Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName sickbeard.domein.nl
- ServerAlias www.sickbeard.domein.nl
- <Location />
- RedirectPermanent / https://sickbeard.domein.nl/
- </Location>
- </VirtualHost>
- <VirtualHost *:443>
- ServerName sickbeard.domein.nl
- ServerAlias www.sickbeard.domein.nl
- <Proxy *>
- Order deny,allow
- Allow from all
- </Proxy>
- SSLEngine on
- SSLProxyEngine On
- SSLCertificateFile /etc/ssl/certs/serversick.crt
- SSLCertificateKeyFile /etc/ssl/private/serversick.key
- ProxyRequests Off
- ProxyPreserveHost On
- ProxyPass / http://localhost:8081/
- ProxyPassReverse / http://localhost:8081/
- <Location />
- Order deny,allow
- Allow from all
- </Location>
- ErrorLog /var/log/apache2/sickbeard-error.log
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel info
- CustomLog /var/log/apache2/sickbeard-access.log combined
- CookieLog /var/log/apache2/sickbeard-cookie.log
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment