Use mod_deflate in upstream proxy to unzip content
[httpd-crcsyncproxy.git] / crccache / doc / etc / apache2 / sites-available / upstream_proxy
blobceb6094e6f5f32e2c5a7ab1866c6ba742071e603
1 <VirtualHost *:8081>
2         ErrorLog /var/log/apache2/crccache_server.log
3         LogLevel debug
5         ServerAdmin webmaster@localhost
6         ServerName localhost
8         SetOutputFilter INFLATE
9         CRCcacheServer On
11         ProxyRequests On
12         ProxyVia On
13         <Proxy *>
14                 Order deny,allow
15                 Deny from all
16                 Allow from 127.0.0.1
17         </Proxy> 
18         
19 </VirtualHost>