mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-05 03:40:48 +01:00
add vhost level cache root for openlitespeed
This commit is contained in:
@@ -76,8 +76,12 @@ phpIniOverride {
|
||||
{open_basedir}
|
||||
}
|
||||
|
||||
module cache {
|
||||
storagePath $VH_ROOT/lscache
|
||||
}
|
||||
|
||||
rewrite {
|
||||
enable 1
|
||||
enable 1
|
||||
autoLoadHtaccess 1
|
||||
}
|
||||
"""
|
||||
@@ -122,6 +126,10 @@ phpIniOverride {
|
||||
{open_basedir}
|
||||
}
|
||||
|
||||
module cache {
|
||||
storagePath $VH_ROOT/lscache
|
||||
}
|
||||
|
||||
errorpage 403 {
|
||||
url 403.html
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user