mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Added X-Forwarded-Proto to nginx config (closes #884)
This commit is contained in:
@@ -15,6 +15,7 @@ server {
|
||||
proxy_set_header Host $http_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;
|
||||
proxy_pass http://rd_servers;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user