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