Skip to content

Commit

Permalink
nginx: Avoid passing double slash to motis
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Jan 19, 2025
1 parent 7911339 commit 5a5a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nginx/templates/transitous.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ server {
}

# Proxy and cache tiles
location /tiles {
location /tiles/ {
proxy_pass http://crunchy:8080/tiles/;

proxy_cache motis;
Expand Down

0 comments on commit 5a5a7e2

Please sign in to comment.