From 3b0ce8aa3bd6456e089cf8279b109ee9e294cf45 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 2 Feb 2021 04:22:13 +0000 Subject: [PATCH] Exclude config from routing --- config/50-raspap-router.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/50-raspap-router.conf b/config/50-raspap-router.conf index c6ac9a04..31ac6b1a 100644 --- a/config/50-raspap-router.conf +++ b/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" )