This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
Browse Source
Merge pull request
#262
from myii/fix/use-upstream-default-worker_connections
fix(map.jinja): use upstream default for `worker_connections`
tags/v2.3.3
Niels Abspoel
5 years ago
parent
facbaa1e39
49caf8cd69
commit
63699c6bff
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/map.jinja
+ 1
- 1
nginx/map.jinja
View File
@@ -130,7 +130,7 @@
'config': {
'worker_processes': 'auto',
'events': {
'worker_connections':
768
,
'worker_connections':
512
,
},
'http': {
'sendfile': 'on',
Write
Preview
Loading…
Cancel
Save