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; } } }