Changeset 10615 for src/django_gheat/httpd
- Timestamp:
- Apr 29, 2012, 7:59:27 PM (13 years ago)
- Location:
- src/django_gheat/httpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/httpd/maps.conf
r9556 r10615 14 14 RedirectMatch temp ^/$ /d/wlheatmap/ 15 15 Alias /d/static /usr/local/django_gheat/sitestatic 16 WSGIDaemonProcess maps processes=2 threads=15 display-name=%{GROUP} 17 WSGIProcessGroup maps 16 18 WSGIScriptAlias /d /usr/local/django_gheat/django.wsgi 17 19 <Directory /usr/local/django_gheat> -
src/django_gheat/httpd/osmproxy.conf
r9556 r10615 18 18 </Proxy> 19 19 # Example /7/63/43.png 20 <Location /osm-tile-proxy> 21 Order allow,deny 22 Allow from all 23 </Location> 20 24 ProxyPassMatch ^/osm-tile-proxy/(\d{1,2}/\d{1,6}/\d{1,6}\.png)$ balancer://osmcluster/$1 lbmethod=byrequests 21 25 CacheEnable disk /osm-tile-proxy/
Note:
See TracChangeset
for help on using the changeset viewer.