We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da3d86 commit f14d396Copy full SHA for f14d396
context/proxy/etc/nginx/templates/default.conf.template
@@ -5,6 +5,8 @@ server {
5
root ${NGINX_DOCUMENT_ROOT};
6
7
location / {
8
+ proxy_set_header Host $host;
9
+ proxy_set_header X-Real-IP $remote_addr;
10
proxy_pass ${NGINX_PROXY_PASS};
11
}
12
0 commit comments