- Conference
- Network Access
- For Presenters
- Get Swag!
- Community
- Conference
- Network Access
- For Presenters
- Get Swag!
- Community
Nginx "how to" - Fast and Secure Web Server (nginx.conf) @ Calomel.org - Open Source Research and Reference
Submitted by ryanprice on Thu, 2011-09-22 22:55Deny certain User-Agents (case insensitive) ## The ~* makes it case insensitive as opposed to just a ~ if ($http_user_agent ~* (Baiduspider|Jullo) ) { return 444; }
See original: Nginx "how to" - Fast and Secure Web Server (nginx.conf) @ Calomel.org - Open Source Research and Reference
- Conference