更新 nginx.conf

This commit is contained in:
zhangkaihuai
2024-09-23 02:59:22 +00:00
parent 158fbfd124
commit b573fafb8e

View File

@@ -39,6 +39,7 @@ http {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
client_max_body_size 30m;
}
location / {