Quantcast
Channel: Nginx Forum - Nginx Mailing List - Russian
Viewing all articles
Browse latest Browse all 3102

Блокировка URL (no replies)

$
0
0
Суть задачи блокировать URL вида
https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46
Пробовал след. варианты.

if ( $request_uri = https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46) {
return 444;
}

location ~* https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46 {
deny all;
}

if ( $query_string = "826c99368cc93a894267703e0fc2ed46" ) {
return 404;
}

Не 1 не сработал, просьба подсказать если кто либо сталкивался либо есть идеи.

Viewing all articles
Browse latest Browse all 3102

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>