Skip to content

Commit

Permalink
Fix syntax errors in nginx templated config file for SSL certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Mar 11, 2012
1 parent 6f8c257 commit 1d038f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wre/var/setupfiles/nginx.template
Expand Up @@ -45,8 +45,8 @@ server {
# server_name [% sitename %] [%domain %];
#
# ssl on;
# ssl_certificate [% domainRoot %]/[% sitename %]/certs/server.crt
# ssl_certificate_key [% domainRoot %]/[% sitename %]/certs/server.key
# ssl_certificate [% domainRoot %]/[% sitename %]/certs/server.crt;
# ssl_certificate_key [% domainRoot %]/[% sitename %]/certs/server.key;
#
# ssl_session_timeout 5m;
#
Expand Down

0 comments on commit 1d038f9

Please sign in to comment.