bansho/container/000-default.conf
2015-02-19 11:17:32 -05:00

17 lines
462 B
Plaintext

<VirtualHost *:8080>
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://demo.kaji-project.org/
ProxyPassReverse / http://demo.kaji-project.org/
</VirtualHost>