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