dashboard
repositories
filestore
activity
search
login
ttss-old
/
osm-mapproxy
Old tiles.ttss.pl backed using MapProxy
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
[mapproxy] Make number of processes configurable
Jacek Kowalski
2020-06-09
a32ed5ec142a74385fe24f9e1adecfc86847f543
[ttss-old/osm-mapproxy]
/
mapproxy
/
start.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
if [ ! -f data/mapproxy.yaml ]; then
cp mapproxy.yaml data/
fi
if [ ! -f data/extent.geojson ]; then
cp carto/extent.geojson data/
fi
uwsgi --http-socket :8080 --master --processes "${MAPPROXY_PROCESSES}" --plugins python --module wsgi