Exclude config from routing

This commit is contained in:
billz 2021-02-02 04:22:13 +00:00
parent bbc676f55e
commit 3b0ce8aa3b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ server.modules += (
"mod_rewrite",
)
$HTTP["url"] =~ "^/(?!(dist|app|ajax)).*" {
$HTTP["url"] =~ "^/(?!(dist|app|ajax|config)).*" {
url.rewrite-once = (
"^/[^\?]*(\?.*)?" => "/index.php$1"
)