Update apache2-conf.blade.php

This commit is contained in:
Bozhidar 2024-05-02 11:27:07 +03:00
parent 6f48c8c545
commit 0ba23458d2

View file

@ -34,10 +34,7 @@
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog {{$domainRoot}}/logs/apache2/bytes.log bytes
CustomLog {{$domainRoot}}/logs/apache2/combined.log combined
CustomLog {{$domainRoot}}/logs/apache2/access.log common
CustomLog {{$domainRoot}}/logs/apache2/referer.log "%{Referer}i -> %U"
CustomLog {{$domainRoot}}/logs/apache2/agent.log "%{User-agent}i"
ErrorLog {{$domainRoot}}/logs/apache2/error.log
@if($appType == 'php')