feat:修改提交ng配置

This commit is contained in:
雷雨
2025-12-15 22:15:26 +08:00
parent b9bfe5e77c
commit cd80c1bd56

View File

@@ -12,7 +12,7 @@ pid /run/nginx.pid;
include /usr/share/nginx/modules/*.conf; include /usr/share/nginx/modules/*.conf;
events { events {
worker_connections 1024; worker_connections 1024;
} }
http { http {
@@ -20,13 +20,13 @@ http {
'$status $body_bytes_sent "$http_referer" ' '$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"'; '"$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; sendfile on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 651;
types_hash_max_size 2048; types_hash_max_size 20418;
client_max_body_size 500m; client_max_body_size 500m;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;