Changes

Jump to navigation Jump to search

Private Label SSL

320 bytes added, 16:08, 21 November 2014
no edit summary
3) Setup apache to serve your domain using https:
4) Setup apache to work as a reverse proxy using one of the following configurationconfigurations. For the booking page.
# We're not an open proxy
ProxyPass / https://booking.beds24.com/
ProxyPassReverse / https://booking.beds24.com/
 
 
For the control panel
 
# We're not an open proxy
ProxyRequests off
# Proxying is available for anyone
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
# The site we're proxying
ProxyPass / https://admin.beds24.com/
ProxyPassReverse / https://admin.beds24.com/

Navigation menu