fix: nginx mastodon WEB_DOMAIN LOCAL_DOMAIN #26

Merged
b12f merged 7 commits from mastodon-fix-web-domain into main 2023-10-28 21:04:45 +00:00
Showing only changes of commit 310723a18c - Show all commits

View file

@ -42,6 +42,8 @@ in
proxy_ignore_headers Set-Cookie;
proxy_pass https://${objStorHost}/${objStorBucket}$request_uri?download;
proxy_intercept_errors off;
proxy_ssl_protocols TLSv1.2 TLSv1.3;
proxy_ssl_server_name on;
proxy_cache cache;
proxy_cache_valid 200 48h;