Skip to content

Commit

Permalink
Merge pull request #1081 from brontolosone/compress-js
Browse files Browse the repository at this point in the history
let's gzip JS
  • Loading branch information
brontolosone authored Dec 6, 2024
2 parents 079400a + f186fcc commit d473fa5
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 d473fa5

Please sign in to comment.