Created
June 18, 2014 10:14
-
-
Save DarrylDias/ec440aaec6aa727fb42c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<VirtualHost *:80> | |
ServerName demo.centosblog.com | |
ProxyRequests Off | |
ProxyPreserveHost On | |
<Proxy *> | |
AddDefaultCharset Off | |
Order deny,allow | |
Allow from all | |
</Proxy> | |
ProxyPass / http://127.0.0.1:2368/ | |
ProxyPassReverse / http://127.0.0.1:2368/ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment