Skip to content

Commit

Permalink
fix: redirect /nutriscore-v2 to /new-nutriscore (#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet and Off authored Dec 16, 2024
1 parent 6a0400f commit 3907e7c
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
@@ -1,5 +1,9 @@
# Redirects for Open Food Facts

location = /nutriscore-v2 {
return 301 https://$host/new-nutriscore;
}

# 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 3907e7c

Please sign in to comment.