aboutsummaryrefslogtreecommitdiffstats
path: root/conf/httpd.conf-example
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-30 10:45:49 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-30 10:45:49 +0100
commitfb78afe61194ea9b6fbec9596d69627e315ab97f (patch)
treee7c15dab1f918edfe6b57c33de02e95dea885fce /conf/httpd.conf-example
parent6db910f24b1c25bb32369fafde79cf0da83abed0 (diff)
Paginate Reports pages, and add a map.
Diffstat (limited to 'conf/httpd.conf-example')
-rw-r--r--conf/httpd.conf-example3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example
index 54c4b90ac..8abb13831 100644
--- a/conf/httpd.conf-example
+++ b/conf/httpd.conf-example
@@ -56,6 +56,9 @@ RewriteRule ^/alerts/?$ /alert [R=permanent,L]
RewriteRule /tilma/(.*) http://tilma.mysociety.org/$1 [P,L]
ProxyPassReverse /tilma/ http://tilma.mysociety.org/
+RewriteRule /mapit/(.*) http://mapit.mysociety.org/$1 [P,L]
+ProxyPassReverse /mapit/ http://mapit.mysociety.org/
+
# serve static files directly
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f
RewriteRule /(.+) /$1 [L]