diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index 54c9889..3652181 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -27,6 +27,7 @@ in { DOMAIN = "buffets.kitchen"; ROOT_URL = "https://buffets.kitchen/"; HTTP_PORT = port; + LANDING_PAGE = "/chef"; }; service = { @@ -65,12 +66,6 @@ in { forceSSL = true; locations = { - "= /" = { - extraConfig = '' - return 303 https://$host/chef; - ''; - }; - "/" = { proxyPass = "http://localhost:${toString port}"; };