Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.awstats.conf
2014-12-08 19:41:05 +00:00

12 lines
431 B
Plaintext

ProxyPass /wstatsclasses {{proxyurl}}/awstatsclasses
ProxyPassReverse /wstatsclasses {{proxyurl}}/awstatsclasses
ProxyPass /awstatscss {{proxyurl}}/awstatscss
ProxyPassReverse /awstatscss {{proxyurl}}/awstatscss
ProxyPass /awstatsicons {{proxyurl}}/awstatsicons
ProxyPassReverse /awstatsicons {{proxyurl}}/awstatsicons
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}