Fix nginx SSL paths

This commit is contained in:
Tony Garnock-Jones 2016-11-21 11:04:01 +13:00
parent a5cdd5b12f
commit 763d218927
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ server {
sendfile on;
send_timeout 300s;
ssl_certificate /home/app/live/letsencrypt/etc/live/websub.reversehttp.net/fullchain.pem;
ssl_certificate_key /home/app/live/letsencrypt/etc/live/websub.reversehttp.net/privkey.pem;
ssl_certificate /home/app/live/rmq/letsencrypt/etc/live/websub.reversehttp.net/fullchain.pem;
ssl_certificate_key /home/app/live/rmq/letsencrypt/etc/live/websub.reversehttp.net/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;