Config
This commit is contained in:
parent
ab85afe7e1
commit
9058516492
1 changed files with 4 additions and 4 deletions
8
Docs/ServerConfig/cache/Caddyfile
vendored
8
Docs/ServerConfig/cache/Caddyfile
vendored
|
@ -1,9 +1,9 @@
|
||||||
cache.mapcomplete.org {
|
cache.mapcomplete.org {
|
||||||
reverse_proxy /mvt/* {
|
|
||||||
to http://127.0.0.1:7800
|
|
||||||
}
|
|
||||||
|
|
||||||
reverse_proxy /summary/* {
|
reverse_proxy /summary/* {
|
||||||
to http://127.0.0.1:2345
|
to http://127.0.0.1:2345
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reverse_proxy /* {
|
||||||
|
to http://127.0.0.1:7800
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue