فهرست منبع

nginx 设置文件上传大小 100M

wanyuan 11 ماه پیش
والد
کامیت
d07a24d172
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      docker-dev/nginx_https_1_25_1/conf/conf.d/default.conf

+ 2 - 0
docker-dev/nginx_https_1_25_1/conf/conf.d/default.conf

@@ -27,6 +27,8 @@ server {
     }
 
     location ^~ /apis/ {
+        client_max_body_size 100M;
+        client_body_buffer_size 100M;
         proxy_pass  http://shengtai_http_app:8080/apis/;
         proxy_http_version 1.1;
         proxy_set_header Upgrade $http_upgrade;