configs: Enable gzip_static module
This commit is contained in:
parent
3421286c9b
commit
f0e6183c21
4 changed files with 9 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ server {
|
|||
alias ${PATH_FILES}/;
|
||||
sendfile on;
|
||||
tcp_nodelay on;
|
||||
gzip_static always;
|
||||
}
|
||||
|
||||
location /wait.json {
|
||||
|
|
|
|||
Reference in a new issue