diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-20 15:27:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-21 13:41:20 +0100 |
commit | e97a90eb5732530cfe1fa544643a7b5e05530fd2 (patch) | |
tree | e017541ae23b646198346b4fc632d97060dda979 /conf/httpd.conf-example | |
parent | c798298d9320810b602b34e3e8c86d32dca01769 (diff) |
Remove no-longer-used tilma code.
Diffstat (limited to 'conf/httpd.conf-example')
-rw-r--r-- | conf/httpd.conf-example | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example index 8abb13831..378aa88a5 100644 --- a/conf/httpd.conf-example +++ b/conf/httpd.conf-example @@ -50,12 +50,9 @@ RewriteRule ^/reports/{/rss/(.*)}$ /rss/$1 [R=permanent,L] # In case of misspelling RewriteRule ^/alerts/?$ /alert [R=permanent,L] -# Proxy tilma so that our js code can make calls on the originating server. Use +# Proxy mapit so that our js code can make calls on the originating server. Use # a RewriteRule rather than ProxyPass so that Apache's processing order is more # predictable. ProxyPassReverse is not affected by this. -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/ |