Kaynağa Gözat

Correccion en carga de archivos

Oscar José Nuñez Chávez 5 yıl önce
ebeveyn
işleme
6c2dd4ffb7
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      nginx/nginx.conf

+ 2 - 0
nginx/nginx.conf

@@ -26,6 +26,8 @@ http {
             proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
             proxy_set_header X-NginX-Proxy true;
             proxy_cache_bypass $http_upgrade;
+            client_max_body_size 0;
+
         }
 
         location /assets/ {