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

This commit is contained in:
deepend 2023-06-28 17:54:28 +00:00
parent f56e3706e6
commit c6ea2b335e
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName dev.thunix.net
ServerAlias dev.thunixme5v4rnoby.onion
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
@ -23,7 +22,7 @@
Deny from all
</Directorymatch>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/dev.thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.net/privkey.pem
SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
</VirtualHost>
</IfModule>