I hope nginx can be handle this such as,
if ($http_user_agent ~ MSIE) {
allow 127.0.0.1;
deny all;
}
if ($http_cookie ~* “id=([^;] +)(?:;|$)” ) {
allow 10.0.0.1;
deny all;
}
Posted at Nginx Forum:
I hope nginx can be handle this such as,
if ($http_user_agent ~ MSIE) {
allow 127.0.0.1;
deny all;
}
if ($http_cookie ~* “id=([^;] +)(?:;|$)” ) {
allow 10.0.0.1;
deny all;
}
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs