Properly use x-forwarded-proto with redirects in the webui, related to #347
parent
48d736feef
commit
a4f46ced49
@ -0,0 +1,5 @@
|
||||
# Default proxy setup
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
Loading…
Reference in New Issue