chore(nginx): 提高上传请求体大小上限至 100m #4

Merged
qiaoxinjiu merged 1 commits from 2026-04-29-nrc4 into master 2026-05-18 11:38:25 +08:00
Showing only changes of commit f05cf53b85 - Show all commits

View File

@@ -1,6 +1,8 @@
server { server {
listen 80; listen 80;
server_name localhost; server_name localhost;
client_max_body_size 100m;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;