this quote situation is getting out of hand

This commit is contained in:
staticsafe 2018-04-08 18:33:25 -04:00
parent b1e0d39af1
commit 99d70a22af
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
- error_log "/var/log/nginx/mastodon.zombocloud.com.error.log" - error_log "/var/log/nginx/mastodon.zombocloud.com.error.log"
- ssl_certificate "/etc/ssl/letsencrypt/mastodon.zombocloud.com.crt" - ssl_certificate "/etc/ssl/letsencrypt/mastodon.zombocloud.com.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/mastodon.zombocloud.com.pem" - ssl_certificate_key "/etc/ssl/letsencrypt/mastodon.zombocloud.com.pem"
- add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" - add_header Strict-Transport-Security max-age=31536000; includeSubDomains
- add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin" - add_header Referrer-Policy no-referrer, strict-origin-when-cross-origin
- location / { - location / {
try_files $uri @proxy; try_files $uri @proxy;
} }