MapComplete/Docs/ServerConfig/cache/Caddyfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
235 B
Text
Raw Normal View History

2025-09-26 02:09:12 +02:00
// actually unused, cache.mapcomplete.org uses nginx
2024-02-18 15:59:28 +01:00
cache.mapcomplete.org {
2024-06-15 14:06:51 +02:00
reverse_proxy /summary/* 127.0.0.1:2345
reverse_proxy path_regexp ^/\d+/\d+/\d+\.pmtiles$ http://localhost:2346
2024-06-15 14:06:51 +02:00
reverse_proxy /* 127.0.0.1:7800
2024-02-18 15:59:28 +01:00
}