fix: wrong nginx format config file

This commit is contained in:
Pierre Mavro
2021-01-13 21:17:19 +01:00
parent 0fdab61cf2
commit cde44e459c

View File

@@ -23,10 +23,9 @@ controller:
# Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
config:
use-forwarded-headers: true
compute-full-forwarded-for: true
use-proxy-protocol: true
client_max_body_size: 100m
use-forwarded-headers: "true"
compute-full-forwarded-for: "true"
use-proxy-protocol: "true"
proxy-body-size: 100m
server-tokens: "false"