(ssl already in deb.thunix.net-le-ssl.conf
This commit is contained in:
parent
093083cfa5
commit
3204405825
|
@ -10,20 +10,3 @@
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin webmaster@thunix.net
|
|
||||||
ServerName deb.thunix.net
|
|
||||||
ServerAlias deb.thunixme5v4rnoby.onion
|
|
||||||
DocumentRoot /var/www/deb.thunix.net
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/deb.thunix.net/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/deb.thunix.net/privkey.pem
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
||||||
|
|
Loading…
Reference in New Issue