Answer the question
In order to leave comments, you need to log in
How to make a redirect in nginx?
all addresses that end in /index should be redirected to the same URL only without index, for example:
site.ru/new/items/index ->> site.ru/new/items
site.ru/new/categories/index ->> site.ru/new/categories
I only had enough for
location ~* /(index)(/?).* {
rewrite ^ <что то тут надо написать> permanent;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question