Actualizar nginx/default.conf

actualizado ver 2602
This commit is contained in:
2026-04-20 11:33:33 -04:00
parent 75ba06f0d6
commit 2dbda34d8d

View File

@@ -156,12 +156,6 @@ text/javascript application/javascript text/html;
return 403; return 403;
} }
location /pgtileserv/ {
proxy_pass http://mapas/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
location /.nginx { location /.nginx {
autoindex on; autoindex on;
alias /var/www/html/${DEPLOY_HOST}; alias /var/www/html/${DEPLOY_HOST};
@@ -206,4 +200,9 @@ text/javascript application/javascript text/html;
} }
location /pgtileserv/ {
proxy_pass http://mapas/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
} }