feat(ops): Aumento de límites de subida a 10GB en APPs y Nginx proxy

This commit is contained in:
Ricardo Monla
2026-02-25 19:52:27 -03:00
parent 01405e740a
commit 597bc167c7
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
upload_max_filesize = 10G
post_max_size = 10G
memory_limit = 1024M
max_execution_time = 3600
max_input_time = 3600