Skip to content

Commit

Permalink
Set port 81
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 13, 2023
1 parent 9dfa2e1 commit 5e2c454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/config/production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5e2c454

Please sign in to comment.