Skip to content

Commit 0938b72

Browse files
add gzip
1 parent 2602fb4 commit 0938b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/ingress_configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: ConfigMap
33
data:
44
enable-underscores-in-headers: "true"
55
ignore-invalid-headers: "false"
6+
use-gzip: "true" # ENABLE GZIP COMPRESSION
7+
gzip-types: "*" # SPECIFY MIME TYPES TO COMPRESS ("*" FOR ALL)
68
metadata:
79
name: nginx-configuration
810
namespace: {{ .Release.Namespace }}

0 commit comments

Comments
 (0)