Skip to content

Commit b294361

Browse files
author
Ric Harvey
committed
set workers automatically closes richarvey#122
1 parent 3fea6fc commit b294361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#user nobody;
2-
worker_processes 5;
2+
worker_processes auto;
33

44
#error_log logs/error.log;
55
#error_log logs/error.log notice;

0 commit comments

Comments
 (0)