Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 1044453

Nginx ("eNgine x") is a lightweight, high-performance HTTP server, reverse proxy, TCP stream proxy and mail proxy, released under a BSD-like license.

0 votes
0 answers
2 views

Tune performance of Ubuntu 20 for running Nginx inside a docker

The setup is an Ubuntu bare metal server, on it, there is a docker with Nginx in it. Although the server is supposed to support 1gbps, it looks like the actual performance is really lame (900RPS). … inside a docker and the tuning I have made was for a Nginx that normally runs as a process inside the server, not sure what is the difference should be in the configuration to extract maximum RPS, can …
0xPwn's user avatar
  • 101
0 votes
1 answer
36 views

Why is there a large deviation in wait time for nginx server

I have an Nginx server that acts as a reverse proxy and a static file server. My users complain that sometimes the response is slow. … But in the above wait time, all the requests are cached excluding 1, I checked the MISS request $request_time in Nginx and it's 0.4 so clearly this is not the source of the issue. …
0xPwn's user avatar
  • 101