We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc1568 commit 632f174Copy full SHA for 632f174
hetzner/traefik/traefik.yml
@@ -57,6 +57,16 @@ http:
57
replacement: "https://${1}/ui/search.html"
58
permanent: true
59
60
+ replace-osm-to-ohm:
61
+ replacePathRegex:
62
+ regex: "^/capabilities/osm\\.json$"
63
+ replacement: "/capabilities/ohm.json"
64
+
65
+ replace-osm-tiles-to-ohm:
66
67
+ regex: "^/maps/osm/(.*)$"
68
+ replacement: "/maps/ohm/${1}"
69
70
routers:
71
#################### Production ####################
72
vtiles-production-router:
@@ -160,6 +170,8 @@ http:
160
170
certResolver: letsencrypt
161
171
middlewares:
162
172
- secure-headers-allow-iframe
173
+ - replace-osm-to-ohm
174
+ - replace-osm-tiles-to-ohm
163
175
164
176
overpass-api-staging-router:
165
177
rule: Host(`overpass-api.staging.openhistoricalmap.org`)
0 commit comments