Remove unnecessary logs
This commit is contained in:
parent
366b226019
commit
83ebf732ab
1 changed files with 0 additions and 6 deletions
|
@ -1,18 +1,12 @@
|
|||
NameVirtualHost *:80
|
||||
|
||||
<VirtualHost *:80>
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
ServerName {{ item.domain }}
|
||||
|
||||
Redirect permanent / https://{{ item.domain }}
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
ServerName {{ item.domain }}
|
||||
|
||||
DocumentRoot {{ item.root }}
|
||||
|
|
Loading…
Reference in a new issue