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 f0490cb commit 5e6093cCopy full SHA for 5e6093c
rootfs/etc/nginx/template/nginx.tmpl
@@ -896,6 +896,7 @@ stream {
896
proxy_set_header X-Service-Name $service_name;
897
proxy_set_header X-Service-Port $service_port;
898
proxy_set_header X-Request-ID $req_id;
899
+ proxy_set_header X-Forwarded-For $remote_addr;
900
proxy_set_header Host $best_http_host;
901
902
set $proxy_upstream_name {{ $upstreamName | quote }};
0 commit comments