god I hate this quote situation
This commit is contained in:
parent
6c65f62aa3
commit
2d229a436d
@ -25,7 +25,7 @@
|
|||||||
- 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 Referrer-Policy no-referrer, strict-origin-when-cross-origin
|
- add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin"
|
||||||
- add_header Strict-Transport-Security max-age=31536000
|
- add_header Strict-Transport-Security max-age=31536000
|
||||||
- location / {
|
- location / {
|
||||||
try_files $uri @proxy;
|
try_files $uri @proxy;
|
||||||
@ -51,7 +51,7 @@
|
|||||||
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
|
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
|
||||||
add_header X-Cached $upstream_cache_status;
|
add_header X-Cached $upstream_cache_status;
|
||||||
add_header Strict-Transport-Security max-age=31536000;
|
add_header Strict-Transport-Security max-age=31536000;
|
||||||
add_header Referrer-Policy no-referrer, strict-origin-when-cross-origin;
|
add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin";
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
}
|
}
|
||||||
- location /api/v1/streaming {
|
- location /api/v1/streaming {
|
||||||
|
Loading…
Reference in New Issue
Block a user