Re: специальные символы в запросах

anatolr nginx-forum на forum.nginx.org
Вт Апр 23 08:59:38 UTC 2019


включаю debug как понять почему строку location не использует

location: ~ "^(.*)/\<(.*)$" {
    return 404;    
}

2019/04/23 11:43:55 [debug] 2737#0: *23 test location: "/"
2019/04/23 11:43:55 [debug] 2737#0: *23 test location: "images/"
2019/04/23 11:43:55 [debug] 2737#0: *23 test location: ~ "^(.*)alert(.*)$"
2019/04/23 11:43:55 [debug] 2737#0: *23 test location: ~
"^(.*)document(.*)$"
2019/04/23 11:43:55 [debug] 2737#0: *23 test location: ~ "\.php"
2019/04/23 11:43:55 [debug] 2737#0: *23 using configuration "\.php"

Posted at Nginx Forum: https://forum.nginx.org/read.php?21,283878,283882#msg-283882



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