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

@ -104,6 +104,7 @@ server {
alias ${PATH_FILES}/;
sendfile on;
tcp_nodelay on;
gzip_static always;
}
location /wait.json {