Comment SSL paths in vhost for now
This commit is contained in:
parent
c599f558fe
commit
ce4f5dd8fc
1 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,6 @@
|
||||||
ErrorLog ${APACHE_LOG_DIR}/2px.info.error.log
|
ErrorLog ${APACHE_LOG_DIR}/2px.info.error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/2px.info.access.log combined
|
CustomLog ${APACHE_LOG_DIR}/2px.info.access.log combined
|
||||||
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/2px.info/fullchain.pem
|
#SSLCertificateFile /etc/letsencrypt/live/2px.info/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/2px.info/privkey.pem
|
#SSLCertificateKeyFile /etc/letsencrypt/live/2px.info/privkey.pem
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue