Recently I'm trying to load test my Nginx server using siege. But when I'm trying to load test my server it working for a small concurrent user like 10 users but when I increased the concurrent users then my server block the requests from my local system for around 10-20 minutes. When my server blocking my requests and where I have to change the configuration for allowing requests for the same.
Asked
Active
Viewed 154 times
0
-
What you mean under blocking? You receive 403? Or couldn't connect? – Alexander Tolkachev Jul 18 '17 at 07:28
-
I'm getting 0 hits on siege and also url starts not working from postman from local system – user3528954 Jul 18 '17 at 07:29
-
@AlexanderT And on the browser it says `This site can’t be reached server took too long to respond` from the local system but it opening on another system. – user3528954 Jul 18 '17 at 08:44
-
I have also WordPress and node js running on the same server on different ports, is both interfere with each other? – user3528954 Jul 18 '17 at 08:53