Merge branch 'master' into patch-1
This commit is contained in:
commit
0d0fb8aeea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ http {
|
|||
log_format main '$remote_addr -> $request [$status] - '
|
||||
'referer: $http_referer $http_x_forwarded_for';
|
||||
access_log /dev/stdout main;
|
||||
|
||||
server_tokens off;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
client_max_body_size 100M;
|
||||
|
|
Reference in a new issue