update nginx-php

This commit is contained in:
Wonderfall
2017-04-26 01:16:03 +02:00
parent 63a523a088
commit 39c2418c6d
6 changed files with 67 additions and 48 deletions

View File

@ -25,7 +25,7 @@ http {
tcp_nodelay on;
server_tokens off;
gzip off
gzip off;
include /nginx/sites-enabled/*.conf;
}