Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_ssl.c>
- <VirtualHost 45.33.78.146:443>
- ServerName www.arundelnewsnet.com
- ServerAlias arundelnewsnet.com
- DocumentRoot /var/www/html/clients/arundelNews
- ErrorLog /var/log/httpd/sites/arundelNewsNet/error.log
- CustomLog /var/log/httpd/sites/arundelNewsNet/requests.log combined
- RewriteEngine on
- # Some rewrite rules in this file were disabled on your HTTPS site,
- # because they have the potential to create redirection loops.
- # RewriteCond %{SERVER_NAME} =www.arundelnewsnet.com [OR]
- # RewriteCond %{SERVER_NAME} =arundelnewsnet.com
- # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
- Include /etc/letsencrypt/options-ssl-apache.conf
- SSLCertificateFile /etc/letsencrypt/live/arundelnewsnet.com/cert.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/arundelnewsnet.com/privkey.pem
- SSLCertificateChainFile /etc/letsencrypt/live/arundelnewsnet.com/chain.pem
- </VirtualHost>
- <VirtualHost [2600:3c03::f03c:91ff:fe54:d0c2]:443>
- ServerName www.arundelnewsnet.com
- ServerAlias arundelnewsnet.com
- DocumentRoot /var/www/html/clients/arundelNews
- ErrorLog /var/log/httpd/sites/arundelNewsNet/ipv6-error.log
- CustomLog /var/log/httpd/sites/arundelNewsNet/ipv6-requests.log combined
- RewriteEngine on
- # Some rewrite rules in this file were disabled on your HTTPS site,
- # because they have the potential to create redirection loops.
- # RewriteCond %{SERVER_NAME} =www.arundelnewsnet.com [OR]
- # RewriteCond %{SERVER_NAME} =arundelnewsnet.com
- # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
- Include /etc/letsencrypt/options-ssl-apache.conf
- SSLCertificateFile /etc/letsencrypt/live/arundelnewsnet.com/cert.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/arundelnewsnet.com/privkey.pem
- SSLCertificateChainFile /etc/letsencrypt/live/arundelnewsnet.com/chain.pem
- </VirtualHost>
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement