mapcomplete/Docs/ServerConfig/cache/Caddyfile

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

15 lines
242 B
Text
Raw Normal View History

2024-02-18 15:59:28 +01:00
cache.mapcomplete.org {
2024-02-18 17:33:41 +01:00
reverse_proxy /summary/* {
2024-02-18 15:59:28 +01:00
to http://127.0.0.1:2345
}
2024-02-19 13:50:06 +01:00
2024-02-22 15:08:38 +01:00
reverse_proxy /extractgraph {
to http://127.0.0.1:2346
}
2024-02-22 15:09:52 +01:00
reverse_proxy /* {
to http://127.0.0.1:7800
}
2024-02-18 15:59:28 +01:00
}