Difference between revisions of "Nginx-ingress"
Jump to navigation
Jump to search
(Created page with " apiVersion: v1 kind: ConfigMap metadata: name: nginx-config namespace: nginx-ingress data: proxy-protocol: "True" real-ip-header: "proxy_protocol" set-r...") |
|||
Line 8: | Line 8: | ||
real-ip-header: "proxy_protocol" | real-ip-header: "proxy_protocol" | ||
set-real-ip-from: "0.0.0.0/0" | set-real-ip-from: "0.0.0.0/0" | ||
+ | |||
+ | |||
+ | |||
+ | [[helm install nginx]] | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{nginx-ingress}} | ||
+ | |||
+ | [[Category:Nginx]] |
Revision as of 20:30, 8 November 2023
apiVersion: v1 kind: ConfigMap metadata: name: nginx-config namespace: nginx-ingress data: proxy-protocol: "True" real-ip-header: "proxy_protocol" set-real-ip-from: "0.0.0.0/0"
helm install nginx
See also
Advertising: