forked from MapComplete/MapComplete
More work on layerserver, generate
This commit is contained in:
parent
f0823f4c4d
commit
6b507504f8
13 changed files with 124 additions and 70 deletions
9
Docs/ServerConfig/cache/Caddyfile
vendored
Normal file
9
Docs/ServerConfig/cache/Caddyfile
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
cache.mapcomplete.org {
|
||||
reverse_proxy /mvt {
|
||||
to http://127.0.0.1:7800
|
||||
}
|
||||
|
||||
reverse_proxy /summary {
|
||||
to http://127.0.0.1:2345
|
||||
}
|
||||
}
|
15
Docs/ServerConfig/cache/cache.txt
vendored
Normal file
15
Docs/ServerConfig/cache/cache.txt
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Cache.mapComplete.org server config
|
||||
|
||||
The "cache"-server is hosted at nerdlab.
|
||||
|
||||
It has a full OSM-copy on disk, and has a Postgis/Postgres database with a table for every layer for quick access. It should run the tileserver and the summaryserver
|
||||
|
||||
## Dyndns
|
||||
|
||||
https://dynamicdns.park-your-domain.com/update?host=cache&domain=mapcomplete.org&password=[ddns_password]
|
||||
|
||||
## Setup
|
||||
|
||||
See SettingUpPSQL.md
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue