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
+2
View File
@@ -49,6 +49,7 @@ server {
# APPs (TinyFileManager)
location /apps/ {
client_max_body_size 20G;
proxy_pass http://127.0.0.1:8082/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -73,6 +74,7 @@ server {
server_name ns8.frlr.utn.edu.ar 100.88.252.26 190.114.205.18 srvns8.tail982245.ts.net 10.0.10.8;
location /apps/ {
client_max_body_size 20G;
proxy_pass http://127.0.0.1:8082/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;