add vhost level cache root for openlitespeed

This commit is contained in:
Usman Nasir
2021-09-21 12:41:59 +05:00
parent 7be6bb7c66
commit aef0a0a23f

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
}