Skip to content

Commit 2f31d2c

Browse files
authored
Fix typo in nginx gzip types (#647)
1 parent d316718 commit 2f31d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nginx/nginx-ssl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
sendfile on;
2222
gzip on;
23-
gzip_types application/json application/geo+json text/css application/javscript text/plain;
23+
gzip_types application/json application/geo+json text/css application/javascript text/plain;
2424
gzip_proxied no-cache no-store private expired auth;
2525
gzip_min_length 1000;
2626

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
sendfile on;
1919
gzip on;
20-
gzip_types application/json application/geo+json text/css application/javscript text/plain;
20+
gzip_types application/json application/geo+json text/css application/javascript text/plain;
2121
gzip_proxied no-cache no-store private expired auth;
2222
gzip_min_length 1000;
2323

0 commit comments

Comments
 (0)