<VirtualHost *:80>
Define SITE_BASE ${SERVER_BASE}/customer/example.com
ServerName example.com
ProxyRequests Off
ProxyPass / http://example.com/
ProxyPassReverse / http://example.com/
LogLevel warn
ErrorLog ${SITE_BASE}/logs/apache.error.log
CustomLog ${SITE_BASE}/logs/apache.access.log vhost_combined
</VirtualHost>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment