custom error page enabled for default for non-exist routes and invalid host

This commit is contained in:
yusing
2024-09-28 11:45:01 +08:00
parent 9a6a66f5a8
commit da6a2756fa
5 changed files with 59 additions and 70 deletions

View File

@@ -23,3 +23,5 @@ var (
return clone
}()
)
const StaticFilePathPrefix = "/$gperrorpage/"