Feat: Sitemap y Robots

This commit is contained in:
2026-03-21 20:11:50 -03:00
parent f837f446b9
commit 3135241aaa
6 changed files with 157 additions and 7 deletions

View File

@@ -5,6 +5,11 @@ server {
# Seguridad: Limitar tamaño de subida para prevenir DoS
client_max_body_size 20M;
# Sitemap dinámico (generado por backend en volumen compartido)
location = /sitemap.xml {
alias /usr/share/nginx/html/sitemap-data/sitemap.xml;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;