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
|
|
|
|
|
|
|
reverse_proxy /* {
|
|
|
|
to http://127.0.0.1:7800
|
|
|
|
}
|
2024-02-22 15:08:38 +01:00
|
|
|
|
|
|
|
reverse_proxy /extractgraph {
|
|
|
|
to http://127.0.0.1:2346
|
|
|
|
}
|
2024-02-18 15:59:28 +01:00
|
|
|
}
|