Re: nginx. редирект урла без слеша в конце?

Igor Sysoev igor на sysoev.ru
Ср Июл 15 12:17:22 UTC 2020


> On 15 Jul 2020, at 15:13, akoval <nginx-forum на forum.nginx.org> wrote:
> 
> Напр:
> rewrite http://site1.com/aaa/ https://site1.com/bbb permanent; - работает
> rewrite http://site1.com/aaa https://site1.com/bbb permanent; - а так уже не
> хочет
> 
> Пробую разные регулярки, но пока не работает:
> rewrite ^/ua/about/loyalty-program/?$ https://apteka-ds.com.ua/discount
> permanent;

location /ua/about/loyalty-program {
    return 301 https://apteka-ds.com.ua/discount;
}


-- 
Igor Sysoev


Подробная информация о списке рассылки nginx-ru