9 lines
163 B
Caddyfile
9 lines
163 B
Caddyfile
cache.mapcomplete.org {
|
|
reverse_proxy /mvt {
|
|
to http://127.0.0.1:7800
|
|
}
|
|
|
|
reverse_proxy /summary {
|
|
to http://127.0.0.1:2345
|
|
}
|
|
}
|