mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Exclude config from routing
This commit is contained in:
parent
bbc676f55e
commit
3b0ce8aa3b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue