Preparar repositorio para despliegue: código fuente limpio

This commit is contained in:
jlimolina 2026-01-23 02:00:40 +01:00
parent 866f5c432d
commit 3eca832c1a
76 changed files with 5434 additions and 3496 deletions

View file

@ -65,8 +65,8 @@ http {
location /static/ {
alias /app/static/;
expires 7d;
add_header Cache-Control "public, immutable";
access_log off;
add_header Cache-Control "no-cache, must-revalidate";
access_log on;
}
# Proxy pass a Gunicorn para todo lo demás