diff --git a/bert/services/http/troop352.us.nix b/bert/services/http/troop352.us.nix index a34e233..bd92dd2 100644 --- a/bert/services/http/troop352.us.nix +++ b/bert/services/http/troop352.us.nix @@ -6,6 +6,12 @@ file_server root * /srv/www/troop352.us + @notRoot { + not path / + not file + } + redir @notRoot / + handle_errors { respond "{err.status_code} {err.status_text}" }