Feat: Sitemap y Robots
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user