Skip to content

Commit f26380a

Browse files
Update nginx.conf
1 parent f93d7bb commit f26380a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
worker_processes auto;
2-
worker_rlimit_nofile 100000;
2+
#worker_rlimit_nofile 100000;
33
events {
44
worker_connections 2048;
55
multi_accept on;
@@ -16,4 +16,4 @@ http {
1616

1717
}
1818

19-
19+

0 commit comments

Comments
 (0)