From 4816d4a8e429aee3d4c7050d14c2e7b625f47412 Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Mon, 16 Dec 2024 11:55:58 +0200 Subject: [PATCH] update --- .../actions/samples/ubuntu/apache2-conf-build.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/resources/views/actions/samples/ubuntu/apache2-conf-build.blade.php b/web/resources/views/actions/samples/ubuntu/apache2-conf-build.blade.php index 6b3ff05..de71513 100644 --- a/web/resources/views/actions/samples/ubuntu/apache2-conf-build.blade.php +++ b/web/resources/views/actions/samples/ubuntu/apache2-conf-build.blade.php @@ -98,11 +98,11 @@ @if($virtualHost['enableLogs']) - LogFormat "%h %l %u %t \"%r\" %>s %b" common + # LogFormat "%h %l %u %t \"%r\" %>s %b" common - CustomLog {{$virtualHost['domainRoot']}}/logs/apache2/bytes.log bytes - CustomLog {{$virtualHost['domainRoot']}}/logs/apache2/access.log common - ErrorLog {{$virtualHost['domainRoot']}}/logs/apache2/error.log + # CustomLog {{$virtualHost['domainRoot']}}/logs/apache2/bytes.log bytes + # CustomLog {{$virtualHost['domainRoot']}}/logs/apache2/access.log common + # ErrorLog {{$virtualHost['domainRoot']}}/logs/apache2/error.log @endif