V
V
venrom2016-12-08 22:36:28
Nginx
venrom, 2016-12-08 22:36:28

How to set up rewrite in nginx for a folder?

Good day, tell me how to set up nginx rewrite for a folder, the main site is located in /var/www/site.ru, I can’t figure out how to set up rewrite for a folder located in /var/www/site.ru/test

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cool Admin, 2016-12-08
@ifaustrue

location /test/ {
   rewrite ^(/test/.*)/media/(.*)\..*$ $1/mp3/$2.mp3 break;
}

nginx.org/ru/docs/http/ngx_http_rewrite_module.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question