We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e118372 commit 9e9901cCopy full SHA for 9e9901c
1 file changed
pkg/proxy/nginx/config.go
@@ -38,6 +38,7 @@ var (
38
"proxy-body-size": "5G",
39
"server-tokens": "false",
40
"skip-access-log-urls": "/nginx_status/format/json",
41
+ "use-forwarded-headers": "true",
42
}
43
44
// managedConfig is fully controlled by CPS. we should delete these from configmap if they are not specified.
0 commit comments