mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf'
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName forums.thunix.net
|
||||
ServerAlias forums.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/forums.thunix.net
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
@@ -23,8 +22,8 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</Directorymatch>
|
||||
SSLCertificateFile /etc/letsencrypt/live/forums.thunix.net/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem
|
||||
SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
|
||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user