Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
make changes to nginx template
Browse files Browse the repository at this point in the history
  • Loading branch information
lnhrdt committed Dec 15, 2014
1 parent 12d5a27 commit 8cce133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_tools/nginx.template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ server {

server {
listen 80;
listen 443 ssl;
server_name www.SITENAME;

ssl on;
ssl_certificate /etc/nginx/certs/SITENAME-unified.crt;
ssl_certificate_key /etc/nginx/certs/keys/SITENAME.key;

Expand Down

0 comments on commit 8cce133

Please sign in to comment.