💄 restructure and beautify some page
This commit is contained in:
@@ -12,6 +12,8 @@ server {
|
||||
proxy_set_header Connection "upgrade";
|
||||
access_log /var/log/nginx/host.access.log main;
|
||||
error_log /var/log/nginx/error.log error;
|
||||
client_max_body_size 120M;
|
||||
client_body_buffer_size 10m;
|
||||
|
||||
|
||||
location / {
|
||||
@@ -39,6 +41,8 @@ server {
|
||||
proxy_send_timeout 3600s; # 设置为1小时
|
||||
send_timeout 3600s; # 设置为1小时
|
||||
keepalive_timeout 3600s; # 设置为1小时
|
||||
client_max_body_size 120M;
|
||||
client_body_buffer_size 10m;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
Reference in New Issue
Block a user