Update nginx.conf

This commit is contained in:
Baobhan Sith
2025-04-30 10:22:42 +08:00
parent d95b1b502a
commit 65a99efb6f
+1
View File
@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
client_max_body_size 10m; # 允许最大 10MB 的请求体
# Root directory for static files
root /usr/share/nginx/html;