This commit is contained in:
Usman Nasir
2022-06-10 14:41:33 +05:00
parent e81583018e
commit fceca21a57

View File

@@ -36,18 +36,6 @@ accesslog $VH_ROOT/logs/$VH_NAME.access_log {
compressArchive 1 compressArchive 1
} }
errorpage 403 {
url 403.html
}
errorpage 404 {
url 404.html
}
errorpage 500 {
url 500.html
}
scripthandler { scripthandler {
add lsapi:{virtualHostUser} php add lsapi:{virtualHostUser} php
} }
@@ -145,18 +133,6 @@ module cache {
storagePath /usr/local/lsws/cachedata/$VH_NAME storagePath /usr/local/lsws/cachedata/$VH_NAME
} }
errorpage 403 {
url 403.html
}
errorpage 404 {
url 404.html
}
errorpage 500 {
url 500.html
}
scripthandler { scripthandler {
add lsapi:{externalApp} php add lsapi:{externalApp} php
} }