Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tejastank/3993520 to your computer and use it in GitHub Desktop.
Save tejastank/3993520 to your computer and use it in GitHub Desktop.
openerp-multi-domain-apache2-configuration
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
ProxyPass / http://localhost:8069/
ProxyPassReverse / http://localhost:8069/
ProxyPreserveHost On
ProxyErrorOverride Off
SetEnv proxy-nokeepalive 1
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment