forked from MapComplete/MapComplete
Caddy file config fix
This commit is contained in:
parent
16373c840f
commit
bb877c93ba
1 changed files with 2 additions and 2 deletions
4
Docs/ServerConfig/cache/Caddyfile
vendored
4
Docs/ServerConfig/cache/Caddyfile
vendored
|
@ -1,9 +1,9 @@
|
||||||
cache.mapcomplete.org {
|
cache.mapcomplete.org {
|
||||||
reverse_proxy /mvt {
|
reverse_proxy /mvt/* {
|
||||||
to http://127.0.0.1:7800
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue