Skip to content

Commit bb834f2

Browse files
authored
Merge pull request #147 from wunderio/feature/real-ip-recursive
Use last non-trusted address sent in the request header field
2 parents a393da7 + a41a2f3 commit bb834f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/frontend/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ data:
4444
{{- end }}
4545
4646
real_ip_header {{ .Values.nginx.real_ip_header }};
47+
real_ip_recursive on;
4748
4849
include /etc/nginx/mime.types;
4950
default_type application/octet-stream;

0 commit comments

Comments
 (0)