fix(apache_vhost.conf.template): add missing log directives
This commit is contained in:
parent
2d6a8800c5
commit
a739ddbaa9
3 changed files with 12 additions and 9 deletions
|
@ -19,6 +19,9 @@
|
|||
ServerName www.coryd.dev
|
||||
DocumentRoot /var/www/coryd.dev
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/letsencrypt/live/coryd.dev/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/coryd.dev/privkey.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue