mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: wrong nginx format config file
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user