forked from MapComplete/MapComplete
Update caddyfile
This commit is contained in:
parent
6b703581de
commit
f971d7fd41
1 changed files with 5 additions and 4 deletions
9
Docs/ServerConfig/cache/Caddyfile
vendored
9
Docs/ServerConfig/cache/Caddyfile
vendored
|
@ -3,11 +3,12 @@ cache.mapcomplete.org {
|
||||||
to http://127.0.0.1:2345
|
to http://127.0.0.1:2345
|
||||||
}
|
}
|
||||||
|
|
||||||
reverse_proxy /* {
|
|
||||||
to http://127.0.0.1:7800
|
|
||||||
}
|
|
||||||
|
|
||||||
reverse_proxy /extractgraph {
|
reverse_proxy /extractgraph {
|
||||||
to http://127.0.0.1:2346
|
to http://127.0.0.1:2346
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reverse_proxy /* {
|
||||||
|
to http://127.0.0.1:7800
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue