This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
homelab
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[nginx] No need to go nuts with nginx workers
Colin Powell
3 years ago
parent
7212c8872d
commit
c7c503c48d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
ansible/roles/nginx/templates/nginx.conf.j2
+ 1
- 1
ansible/roles/nginx/templates/nginx.conf.j2
View File
@@ -1,4 +1,4 @@
-worker_processes
auto
;
+worker_processes
2
;
events {
worker_connections 1024;
}