From 5e2c454d9a6e4e7776e7d7e35ad2a9fc942f99f3 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 12 Sep 2023 22:11:22 -0500 Subject: [PATCH] Set port 81 --- images/web/config/production.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/config/production.conf b/images/web/config/production.conf index 0f2b4e33..5ef5619b 100644 --- a/images/web/config/production.conf +++ b/images/web/config/production.conf @@ -20,7 +20,7 @@ # ======Redirect trafict to CGIMAP==== # Rules to redirect to port 81 RewriteCond %{REQUEST_URI} ^/api/0\.6/map - RewriteRule ^.*$ http://127.0.0.1:80%{REQUEST_URI} [P,L] + RewriteRule ^.*$ http://127.0.0.1:81%{REQUEST_URI} [P,L] # Existing rewrites RewriteRule ^0\.6/map$ - [L,H=fcgi:127.0.0.1:81] RewriteRule ^0\.6/(nodes|ways|relations)$ - [L,H=fcgi:127.0.0.1:81]