We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316718 commit 2f31d2cCopy full SHA for 2f31d2c
nginx/nginx-ssl.conf
@@ -20,7 +20,7 @@
20
21
sendfile on;
22
gzip on;
23
- gzip_types application/json application/geo+json text/css application/javscript text/plain;
+ gzip_types application/json application/geo+json text/css application/javascript text/plain;
24
gzip_proxied no-cache no-store private expired auth;
25
gzip_min_length 1000;
26
nginx/nginx.conf
@@ -17,7 +17,7 @@
17
18
19
0 commit comments