https://example.com/login
http://nginx.org/ru/docs/http/ngx_http_rewrite_module.html#rewrite
у меня такая схема map "$scheme://$host$request_uri" $redirect301 { include /etc/nginx/301.map; } if ( $redirect301 ) { return 301 $redirect301; }
Обсуждают сегодня