Browse Source

Correccion en carga de archivos

Oscar José Nuñez Chávez 5 năm trước cách đây
mục cha
commit
6c2dd4ffb7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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/ {