fixed statucadventures.netlib.re ssl
This commit is contained in:
parent
a384be1c81
commit
6ca7186a72
|
@ -10,19 +10,19 @@
|
|||
</Directorymatch>
|
||||
</VirtualHost>
|
||||
|
||||
#<IfModule mod_ssl.c>
|
||||
# <VirtualHost *:443>
|
||||
# ServerAdmin webmaster@thunix.net
|
||||
# ServerName staticadventures.netlib.re
|
||||
# DocumentRoot /var/www/staticadventures.netlib.re
|
||||
# ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
# CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
# <Directorymatch "^/.*/\.git/">
|
||||
# Order deny,allow
|
||||
# Deny from all
|
||||
# </Directorymatch>
|
||||
# SSLCertificateFile /etc/letsencrypt/live/staticadventures.netlib.re/fullchain.pem
|
||||
# SSLCertificateKeyFile /etc/letsencrypt/live/staticadventures.netlib.re/privkey.pem
|
||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
#</VirtualHost>
|
||||
#</IfModule>
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName staticadventures.netlib.re
|
||||
DocumentRoot /var/www/staticadventures.netlib.re
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
<Directorymatch "^/.*/\.git/">
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</Directorymatch>
|
||||
SSLCertificateFile /etc/letsencrypt/live/staticadventures.netlib.re/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/staticadventures.netlib.re/privkey.pem
|
||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in New Issue