Merge branch 'acs-search-persist.acs-persist' into acs-backend-community-persist.acs-search-persist

This commit is contained in:
Brian Long 2020-12-25 23:54:43 -05:00
commit 04988e43dd

View File

@ -20,7 +20,7 @@ http {
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
proxy_redirect off; proxy_redirect off;
proxy_buffering off; proxy_buffering off;
proxy_set_header Host $host:$server_port; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass_header Set-Cookie; proxy_pass_header Set-Cookie;