Created
June 5, 2014 11:56
-
-
Save Adyg/da6fee6d7ee84bed0e23 to your computer and use it in GitHub Desktop.
Vhosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trialist vhost: | |
Listen 9303 | |
<VirtualHost *:9303> | |
DocumentRoot /vagrant/codebase/trialist | |
</VirtualHost> | |
ohmage vhost: | |
Redirect 302 /index.html /web | |
<IfModule mod_proxy_ajp.c> | |
ProxyPass /app ajp://127.0.0.1:8009/app | |
ProxyPass /web ajp://127.0.0.1:8009/web | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment