Quellcode durchsuchen

Correccion en carga de archivos

Oscar José Nuñez Chávez vor 5 Jahren
Ursprung
Commit
6c2dd4ffb7
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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/ {