animeic-cd 1 год назад
Родитель
Сommit
20b7f6f0cb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      nginx/conf.d/default.conf

+ 1 - 0
nginx/conf.d/default.conf

@@ -2,6 +2,7 @@ server {
     listen       80;
     listen       80;
     listen  [::]:80;
     listen  [::]:80;
     server_name  localhost;
     server_name  localhost;
+    client_max_body_size 2048m;
 
 
    #  error_page   500 502 503 504  /50x.html;
    #  error_page   500 502 503 504  /50x.html;
    #  location = /50x.html {
    #  location = /50x.html {