configs: Enable gzip_static module

This commit is contained in:
nemunaire 2022-11-24 14:44:17 +01:00
commit f0e6183c21
4 changed files with 9 additions and 0 deletions

View file

@ -108,6 +108,7 @@ server {
alias /srv/FILES/;
sendfile on;
tcp_nodelay on;
gzip_static always;
}
location /wait.json {