Skip to content

Commit

Permalink
let's gzip JS
Browse files Browse the repository at this point in the history
  • Loading branch information
brontolosone committed Dec 6, 2024
1 parent acd5cf6 commit f186fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ http {
gzip_vary on;
gzip_min_length 1280;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/x-javascript text/xml text/csv;
gzip_types text/plain text/css application/json application/x-javascript application/javascript text/xml text/csv;

location /- {
proxy_pass http://localhost:8005/-;
Expand Down

0 comments on commit f186fcc

Please sign in to comment.