All categories
Add new FAQ
Add question
Open questions
Login
Sign up
Login
Search
Advanced search
Questions in nginx
How do I configure nginx to return 429 http code when rate limiting?
Well this is actually what you want, because usually nginx would just send out error 503 and that is simply
20617 views
How to rate limiting nginx with X-Forwarded-For header?
If you run nginx behind a load balancer, the external IP of the client will not reach your nginx daemon
17931 views
How to get list of user-agents from nginx log?
This is actually easy to do and works with our precious cli tools: awk -F'"' '/GET/ {print $6}' /var/log/nginx/access.log | cut
31157 views
Daemon
nginx
Subcategories