Switching master to PHP7

This commit is contained in:
Ric Harvey
2017-01-03 09:19:57 +00:00
parent 024ece2ce3
commit bc75013ac4
8 changed files with 73 additions and 64 deletions

View File

@@ -16,7 +16,7 @@ events {
http {
include mime.types;
default_type application/octet-stream;
disable_symlinks off;
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';
@@ -29,6 +29,7 @@ http {
#keepalive_timeout 0;
keepalive_timeout 2;
client_max_body_size 100m;
server_tokens off;
#gzip on;