Skip to content

Commit

Permalink
redirect from /etablissement to /accueil-entreprises
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementLmd committed Oct 3, 2024
1 parent 3bb07d5 commit 4c0b610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions front/scalingo/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ location /aide {
proxy_set_header Accept-Encoding "";
proxy_set_header Access-Control-Allow-Origin "*";
}

location = /etablissement {
return 301 $scheme://$http_host/accueil-entreprises;
}

0 comments on commit 4c0b610

Please sign in to comment.