feat:修改提交ng配置
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user