bansho/container/000-default.conf
2015-04-20 14:52:32 -04:00

17 lines
444 B
Plaintext

<VirtualHost *:8888>
ProxyPreserveHost On
# Servers to proxy the connection, or;
# List of application servers:
# Usage:
# 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://surveil:8080/
ProxyPassReverse / http://surveil:8080/
</VirtualHost>