Add missing proxy headers

This commit is contained in:
thelittlefireman
2020-12-20 16:21:01 +01:00
committed by GitHub
parent 026783f018
commit a4871a915e

View File

@@ -1,3 +1,5 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Protocol $scheme;