Skip to content

Commit

Permalink
Merge pull request #820 from brontolosone/js_was_not_compressed
Browse files Browse the repository at this point in the history
Nginx server config: JS was not compressed
  • Loading branch information
brontolosone authored Dec 6, 2024
2 parents 5bb4def + 357864d commit e5e64fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/nginx/odk.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server {
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 = /robots.txt {
add_header Content-Type text/plain;
Expand Down

0 comments on commit e5e64fd

Please sign in to comment.