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:
parent
bbc676f55e
commit
3b0ce8aa3b
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user