From d84cc738196df4e0effa0e76870e158b4ab0e084 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Jun 2026 19:05:25 +0900 Subject: [PATCH] temmie/userweb: handle more `.php\d` suffixes --- hosts/temmie/services/userweb/httpd.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index f57998c..432df34 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -86,6 +86,9 @@ in "index.php" "index.php3" "index.php4" + "index.php5" + "index.php7" + "index.php8" "index.pht" "index.phtml" @@ -151,7 +154,7 @@ in "LCK..*" ]} - + SetHandler application/x-httpd-php