mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-16 09:10:15 +01:00
Update vhostConfs.py
This commit is contained in:
@@ -32,7 +32,8 @@ accesslog $VH_ROOT/logs/$VH_NAME.access_log {
|
||||
logFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
|
||||
logHeaders 5
|
||||
rollingSize 10M
|
||||
keepDays 10 compressArchive 1
|
||||
keepDays 10
|
||||
compressArchive 1
|
||||
}
|
||||
|
||||
scripthandler {
|
||||
@@ -101,7 +102,8 @@ accesslog $VH_ROOT/logs/{masterDomain}.access_log {
|
||||
logFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
|
||||
logHeaders 5
|
||||
rollingSize 10M
|
||||
keepDays 10 compressArchive 1
|
||||
keepDays 10
|
||||
compressArchive 1
|
||||
}
|
||||
|
||||
phpIniOverride {
|
||||
@@ -427,4 +429,4 @@ pm.max_spare_servers = {pmMaxSpareServers}
|
||||
CacheRoot /home/{masterDomain}/lscache
|
||||
</IfModule>
|
||||
}
|
||||
}'"""
|
||||
}'"""
|
||||
|
||||
Reference in New Issue
Block a user