From b84b66684594ac9a10d064a912248241a0e461c0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Dec 2024 13:21:45 -0700 Subject: [PATCH] Fix fallback for missing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8dc64f6..9b0245a 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ add_header X-Content-Type-Options "nosniff"; location / { root ${staticAssetsPath}; - try_files $uri $uri/ /index.php?$query_string; + try_files $uri $uri/ /index.html; } } }