Properly use x-forwarded-proto with redirects in the webui, related to #347
(cherry picked from commit a4f46ced49)
This commit is contained in:
5
core/nginx/conf/proxy.conf
Normal file
5
core/nginx/conf/proxy.conf
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user