add vhost level cache root for openlitespeed

This commit is contained in:
Usman Nasir
2021-09-21 12:41:59 +05:00
parent 9346171aca
commit 42a0822ba7

View File

@@ -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
}