Skip to content

Commit

Permalink
add gzip to nginx config (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Dec 19, 2024
1 parent a6e5eb8 commit 4be981b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ server {
}

include /etc/nginx/extra-conf.d/*.conf;
}

gzip on;
gzip_types *;
}

0 comments on commit 4be981b

Please sign in to comment.