Skip to content

Instantly share code, notes, and snippets.

@DarrylDias
Created June 18, 2014 10:14
Show Gist options
  • Save DarrylDias/ec440aaec6aa727fb42c to your computer and use it in GitHub Desktop.
Save DarrylDias/ec440aaec6aa727fb42c to your computer and use it in GitHub Desktop.
<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