10 lines
164 B
Caddyfile
10 lines
164 B
Caddyfile
cache.mapcomplete.org {
|
|
reverse_proxy /summary/* {
|
|
to http://127.0.0.1:2345
|
|
}
|
|
|
|
reverse_proxy /* {
|
|
to http://127.0.0.1:7800
|
|
}
|
|
|
|
}
|