Skip to content

Commit

Permalink
Fix typo in nginx gzip types (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Apr 10, 2024
1 parent d316718 commit 2f31d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/nginx-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

sendfile on;
gzip on;
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;
gzip_proxied no-cache no-store private expired auth;
gzip_min_length 1000;

Expand Down
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

sendfile on;
gzip on;
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;
gzip_proxied no-cache no-store private expired auth;
gzip_min_length 1000;

Expand Down

0 comments on commit 2f31d2c

Please sign in to comment.