ソースを参照

Merge branch 'feature-fix-bug' into 'Dev'

修改nginx的上传大小限制

See merge request crowd-2019/crowd-test-service-front!31
guochao 5 年 前
コミット
419afed981
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tool4deploy/conf.d/nginx.conf

+ 2 - 2
tool4deploy/conf.d/nginx.conf

@@ -3,7 +3,7 @@ server {
         server_name  crowd.test.mooctest.net;
         root /usr/share/nginx/html;
         #charset koi8-r;
-
+        client_max_body_size 100m;
         #access_log  logs/host.access.log  main;
 
         location / {
@@ -25,4 +25,4 @@ server {
         location = /50x.html {
             root   html;
         }
- }
+ }