nginx的最大请求尺寸

This commit is contained in:
xxx 2023-09-06 21:31:48 +08:00
parent 3ed1549c4d
commit 371e60ef21

View File

@ -1,3 +1,5 @@
client_max_body_size 50m;
server {
# 监听端口号9800
listen 9800 default_server;