feat(forgejo): use 303 not 301 for redirect

This commit is contained in:
buffet 2024-05-06 12:18:20 +02:00
parent 55ca835ebf
commit 950c33727e

View file

@ -67,7 +67,7 @@ in {
locations = { locations = {
"= /" = { "= /" = {
extraConfig = '' extraConfig = ''
return 301 https://$host/chef; return 303 https://$host/chef;
''; '';
}; };