Ignore:
Timestamp:
Apr 29, 2012, 7:59:27 PM (13 years ago)
Author:
rick
Message:

Weed out whole bunch of unused code, to avoid huge dependency listing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/httpd/osmproxy.conf

    r9556 r10615  
    1818  </Proxy>
    1919  # Example /7/63/43.png
     20  <Location /osm-tile-proxy>
     21    Order allow,deny
     22    Allow from all
     23  </Location>
    2024  ProxyPassMatch ^/osm-tile-proxy/(\d{1,2}/\d{1,6}/\d{1,6}\.png)$ balancer://osmcluster/$1 lbmethod=byrequests
    2125  CacheEnable disk /osm-tile-proxy/
Note: See TracChangeset for help on using the changeset viewer.