Remove unnecessary logs
This commit is contained in:
parent
8e51bf7c0b
commit
7b7989dfd6
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 git.crypto-libertarian.com
|
||||
|
||||
Redirect permanent / https://git.crypto-libertarian.com/
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
ServerName git.crypto-libertarian.com
|
||||
|
||||
RewriteEngine on
|
||||
|
|
Reference in a new issue