From 66e2397ca00f57e6d74763daea0067e8141e5f9b Mon Sep 17 00:00:00 2001 From: ruralmeltdown Date: Thu, 21 Aug 2025 15:37:09 -0700 Subject: [PATCH] added |rootCA\.pem to lighttpd.config --- 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 1c10d26f..6f25bc3e 100644 --- a/config/50-raspap-router.conf +++ b/config/50-raspap-router.conf @@ -2,7 +2,7 @@ server.modules += ( "mod_rewrite", ) -$HTTP["url"] =~ "^/REPLACE_ME/(?!(dist|app|ajax|config)).*" { +$HTTP["url"] =~ "^/REPLACE_ME/(?!(dist|app|ajax|config|rootCA\.pem)).*" { url.rewrite-once = ( "^/REPLACE_ME/(.*?)(\?.+)?$"=>"/REPLACE_ME/index.php/$1$2" ) server.error-handler-404 = "/REPLACE_ME/index.php" }