Update nginx.conf.docker
This commit is contained in:
parent
b18acf3982
commit
5977bd6eb7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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