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 401baf5900 - Show all commits

View file

@ -26,7 +26,7 @@ in
}
resolver 8.8.8.8;
proxy_set_header Host $host;
proxy_set_header Host ${objStorHost};
proxy_set_header Connection \'\';
proxy_set_header Authorization \'\';
proxy_hide_header Set-Cookie;