forked from MapComplete/MapComplete
Chore: formatting of caddyfile
This commit is contained in:
parent
5354cbf6c3
commit
00fd8588fa
1 changed files with 2 additions and 8 deletions
10
Docs/ServerConfig/cache/Caddyfile
vendored
10
Docs/ServerConfig/cache/Caddyfile
vendored
|
@ -1,10 +1,4 @@
|
|||
cache.mapcomplete.org {
|
||||
reverse_proxy /summary/* {
|
||||
to http://127.0.0.1:2345
|
||||
}
|
||||
|
||||
reverse_proxy /* {
|
||||
to http://127.0.0.1:7800
|
||||
}
|
||||
|
||||
reverse_proxy /summary/* 127.0.0.1:2345
|
||||
reverse_proxy /* 127.0.0.1:7800
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue