1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Exclude config from routing

This commit is contained in:
billz 2021-02-02 04:22:13 +00:00
parent bbc676f55e
commit 3b0ce8aa3b

View File

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