Skip to content

Commit a126814

Browse files
committed
Remove duplicate gzip type
1 parent 05684e2 commit a126814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlays/tb-dev/nginx/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ data:
103103
104104
# Enable gzip compression
105105
gzip on;
106-
gzip_types text/html application/json;
106+
gzip_types application/json;
107107
108108
# Specifically block access to these routes
109109
location ^~ /account { # Stalwart's user account settings system, superceded by thunderbird-accounts

0 commit comments

Comments
 (0)