Add "gzip_types" parameter for nginx gzip config

This commit is contained in:
Sadiq Saif 2017-07-07 09:40:20 -04:00 committed by GitHub
parent f428fadf2b
commit f7b40f6e28
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@
gzip:
- gzip on
- gzip_disable msie6
- gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript
upstream:
- upstream php { server unix:/run/php/php7.0-fpm.sock; }
ssl: