Update 'roles/webserver/files/etc/apache2/sites-available/lists.thunix.net.conf'

This commit is contained in:
deepend 2023-06-28 17:52:15 +00:00
parent 1570864f3b
commit f3c9f0d834
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName lists.thunix.net
ServerAlias lists.thunixme5v4rnoby.onion
DocumentRoot /var/www/lists.thunix.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
@ -22,8 +21,8 @@
Order deny,allow
Deny from all
</Directorymatch>
SSLCertificateFile /etc/letsencrypt/live/lists.thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/lists.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>