From 2dbda34d8d4d1fe446966b4245a1e8a93c7d8856 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 20 Apr 2026 11:33:33 -0400 Subject: [PATCH] Actualizar nginx/default.conf actualizado ver 2602 --- nginx/default.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nginx/default.conf b/nginx/default.conf index 67b4255..0476251 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -156,12 +156,6 @@ text/javascript application/javascript text/html; return 403; } - location /pgtileserv/ { - proxy_pass http://mapas/; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-For $remote_addr; - } - location /.nginx { autoindex on; 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; + } }