Change backend route to /surveil/ and bansho to /

This commit is contained in:
Frédéric Vachon 2015-04-20 15:37:44 -04:00
parent a75273c4eb
commit b87c73e209

View File

@ -7,10 +7,10 @@
# ProxyPass / http://[IP Addr.]:[port]/
# ProxyPassReverse / http://[IP Addr.]:[port]/
# Example:
ProxyPass /app http://localhost:8000/app
ProxyPassReverse /app http://localhost:8000/app
ProxyPass / http://localhost:8000/app/
ProxyPassReverse / http://localhost:8000/app/
ProxyPass / http://surveil:8080/
ProxyPassReverse / http://surveil:8080/
ProxyPass /surveil http://surveil:8080/
ProxyPassReverse /surveil http://surveil:8080/
</VirtualHost>