diff --git a/boxes/netbox/default.nix b/boxes/netbox/default.nix index 08982e1..2e38b45 100644 --- a/boxes/netbox/default.nix +++ b/boxes/netbox/default.nix @@ -194,14 +194,6 @@ forceSSL = true; enableACME = true; root = "/var/www/beepboop.systems"; - locations."/" = { - extraConfig = '' - if ($request_uri ~ ^/(.*)\.html(\?|$)) { - return 302 /$1; - } - try_files $uri $uri.html $uri/ =404; - ''; - }; }; services.nginx.virtualHosts."git.beepboop.systems" = {