Re: Block spefic URL

2019-11-04 Thread Aleksandar Lazic
Hi. Am 04.11.2019 um 12:07 schrieb Proline29: Hello, I'm trying to block such kind of URL https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46 Tried if ( $request_uri = https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46) { return444; } location ~* https://mysite.com/#id=826c99368c

Block spefic URL

2019-11-04 Thread Proline29
Hello, I'm trying to block such kind of URL https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46 Tried if ( $request_uri = https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46) { return444; } location ~* https://mysite.com/#id=826c99368cc93a894267703e0fc2ed46 { deny all; } if ( $quer