💄 restructure and beautify some page

This commit is contained in:
2025-03-28 18:29:48 +08:00
parent 8be4aca6db
commit c80fa21139
34 changed files with 5709 additions and 815 deletions

View File

@@ -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;