diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.awstats.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.awstats.conf new file mode 100644 index 0000000000..02128bf954 --- /dev/null +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.awstats.conf @@ -0,0 +1,11 @@ +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}}