From 83ebf732abcb3692b3b2a5c56f0e979b5565c5c3 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 14 Jul 2020 02:02:58 +0500 Subject: [PATCH] Remove unnecessary logs --- templates/apache/origin.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/apache/origin.conf b/templates/apache/origin.conf index e33b3c7..86ab81c 100644 --- a/templates/apache/origin.conf +++ b/templates/apache/origin.conf @@ -1,18 +1,12 @@ NameVirtualHost *:80 - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - ServerName {{ item.domain }} Redirect permanent / https://{{ item.domain }} - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - ServerName {{ item.domain }} DocumentRoot {{ item.root }}