Skip to content

Commit

Permalink
chore: fix nginx redirect (#9669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored Jan 18, 2024
1 parent d26a27b commit 9db5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx/snippets/off.locations-redirects.include
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ location = /ecoscore {

# old page Redirect
location = /donate {
redirect 301 https://$host/donate-to-open-food-facts;
return 301 https://$host/donate-to-open-food-facts;
}

# 2022-06-13 Redirect press pages to blog post about the new Flutter app
Expand Down

0 comments on commit 9db5cd4

Please sign in to comment.