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 6302454 commit c1c1094Copy full SHA for c1c1094
template/block/reverse_proxy.conf
@@ -47,6 +47,7 @@ location / {
47
proxy_set_header X-Real-IP $remote_addr;
48
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
49
proxy_set_header X-Forwarded-Proto $scheme;
50
+ proxy_set_header Forwarded $proxy_add_forwarded;
51
52
proxy_pass http://127.0.0.1:{{ .port }}/;
53
}
0 commit comments