animeic-cd 1 rok pred
rodič
commit
4869677d4a
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      nginx/conf.d/default.conf

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

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