Put files for Debian package pazpar2-test1 and pazpar2-jsdemo in
[pazpar2-moved-to-github.git] / debian / ap2pazpar2.cfg
1 <Proxy *>
2   AddDefaultCharset off
3   Order deny,allow
4   Allow from all
5 </Proxy>
6   
7 ProxyVia Off
8
9 ProxyPass /pazpar2/search.pz2 http://localhost:8004/search.pz2
10
11 # for jsdemo (this should be configurable in pz2.js later).
12 ProxyPass /pazpar2/jsdemo/search.pz2 http://localhost:8004/search.pz2
13
14 Alias /pazpar2 /usr/share/pazpar2/
15
16