Switching master to PHP7
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user