Skip to content

Commit

Permalink
fix: typo in ecoscore redirect (#11213)
Browse files Browse the repository at this point in the history
Co-authored-by: Off <[email protected]>
  • Loading branch information
stephanegigandet and Off authored Jan 8, 2025
1 parent 38d79e8 commit 85fd575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/nginx/snippets/off.locations-redirects.include
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ location = /nutriscore-v2 {
return 301 https://$host/new-nutriscore;
}

location ~ ^/(greenscore|ecoscore|eco-score-l-impact-environnemental-des-produits-alimentaires|eco-score-the-environmental-impact-of-food-products)$ {
return 301 https://$host/green-score;
}

# Donations
# 100 % translated: fr, bg, ca, zh, cs, da, nl, de, he, id, it, lt, pl, pt, ro, ru, es, tr, uk, vi
# EN
Expand Down

0 comments on commit 85fd575

Please sign in to comment.