Corrections for Nginx and Ghost

This commit is contained in:
Marwolf
2018-08-24 08:46:07 -04:00
parent 02fe51946a
commit ebaffc44f9
4 changed files with 60 additions and 10 deletions

View File

@@ -36,12 +36,9 @@ server {
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.8.8 1.1.1.1;
# ssl_certificate /etc/letsencrypt/live/openrsc.com/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/live/openrsc.com/privkey.pem;
# ssl_trusted_certificate /etc/letsencrypt/live/openrsc.com/chain.pem;
ssl_certificate /etc/letsencrypt/live/localhost/selfsigned.crt;
ssl_certificate_key /etc/letsencrypt/live/localhost/selfsigned.key;
ssl_trusted_certificate /etc/letsencrypt/live/localhost/dhparam.pem;
ssl_certificate /etc/letsencrypt/live/openrsc.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/openrsc.com/privkey.pem;
ssl_trusted_certificate /etc/letsencrypt/live/openrsc.com/chain.pem;
root /app;
index index.jsp index.html index.htm;