Browse Source

Exclude config from routing

pull/799/head
billz 3 years ago
parent
commit
3b0ce8aa3b
  1. 2
      config/50-raspap-router.conf

2
config/50-raspap-router.conf

@ -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…
Cancel
Save