diff --git a/deploy/nginx/conf/nginx.conf b/deploy/nginx/conf/nginx.conf index 4add8aa..dcd916d 100644 --- a/deploy/nginx/conf/nginx.conf +++ b/deploy/nginx/conf/nginx.conf @@ -12,7 +12,7 @@ pid /run/nginx.pid; include /usr/share/nginx/modules/*.conf; events { - worker_connections 1024; + worker_connections 1024; } http { @@ -20,13 +20,13 @@ http { '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; - access_log /var/log/nginx/access.log main; + access_log /var/log/xx/nginx/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on; - keepalive_timeout 65; - types_hash_max_size 2048; + keepalive_timeout 651; + types_hash_max_size 20418; client_max_body_size 500m; include /etc/nginx/mime.types;