Skip to content

Commit

Permalink
fix: permanent -> temporary redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 17, 2024
1 parent 9c7bff5 commit b22cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaploy/naarad.metaploy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {
}

location @handle_auth {
return 301 https://heimdall.metakgp.org/?redirect_url=https://$server_name$request_uri;
return 302 https://heimdall.metakgp.org/?redirect_url=https://$server_name$request_uri;
}

location / {
Expand Down

0 comments on commit b22cf2d

Please sign in to comment.