diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index 747f20e..54c9889 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -67,7 +67,7 @@ in { locations = { "= /" = { extraConfig = '' - return 301 https://$host/chef; + return 303 https://$host/chef; ''; };