feat(forgejo): use 303 not 301 for redirect
This commit is contained in:
parent
55ca835ebf
commit
950c33727e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in {
|
|||
locations = {
|
||||
"= /" = {
|
||||
extraConfig = ''
|
||||
return 301 https://$host/chef;
|
||||
return 303 https://$host/chef;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue