php - NGINX Folder to ROOT redirect / rewrite
934
My question is the following: i want to redirect 301 from a folder to root
https://www.mydomain.de/shop to
with .htacces i would create a 301 redirect. how do i do it with NGINX thanks
Answer
Solution:
You should add this rules in server block: