mapcomplete/Docs/ServerConfig/cache/Caddyfile

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

10 lines
163 B
Text
Raw Normal View History

2024-02-18 15:59:28 +01:00
cache.mapcomplete.org {
reverse_proxy /mvt {
to http://127.0.0.1:7800
}
reverse_proxy /summary {
to http://127.0.0.1:2345
}
}