Browse Source

Update nginx (#5321)

Joan Miquel 5 years ago
parent
commit
afb2f3a827
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/C/nginx/nginx.conf

+ 2 - 2
frameworks/C/nginx/nginx.conf

@@ -25,8 +25,8 @@ http {
     keepalive_requests 10000000; #default 100
 
     server {
-        listen      *:8080 backlog=65535 reuseport;
-                    #8080 default_server reuseport deferred backlog=250000 fastopen=4096;
+        listen      *:8080 backlog=250000 reuseport;
+                    #8080 default_server reuseport deferred backlog=65535 fastopen=4096;
         root /;
         
         location = / {