fixing apache conf file for taskotron-proxy

This commit is contained in:
Tim Flink 2014-07-03 02:09:32 +00:00
parent b797671b6a
commit 3399b44ef8

View file

@ -1,4 +1,4 @@
<Location /{{ resultsdb_endpoint }}/ > <Location /{{ resultsdb_endpoint }}/ >
ProxyPass http://{{ resultsdb_frontend_url }}/ ProxyPass {{ resultsdb_frontend_url }}
ProxyPassReverse http://{{ resultsdb_frontend_url }}/ ProxyPassReverse {{ resultsdb_frontend_url }}
</Location> </Location>