forked from MapComplete/MapComplete
Update server config
This commit is contained in:
parent
69a4ac0261
commit
7d313fedf8
2 changed files with 13 additions and 0 deletions
|
@ -46,3 +46,9 @@ mapcomplete.osm.be {
|
|||
to http://127.0.0.1:1236
|
||||
}
|
||||
}
|
||||
|
||||
cache.mapcomplete.org {
|
||||
reverse_proxy /summary/* {
|
||||
to http://127.0.0.1:2345
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,3 +3,10 @@
|
|||
This server hosts the studio files and is used for expermintal builds.
|
||||
|
||||
For used hosts, see the Caddyfile
|
||||
|
||||
|
||||
## Cache forwarding
|
||||
|
||||
As the ISP of Nerdlab is a bit picky, we use SSH-port-forwarding on the cache server:
|
||||
|
||||
`ssh -R `
|
||||
|
|
Loading…
Reference in a new issue