This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
nginx configuration: use more than one process
pull/457/head
Marcel Partap
6 years ago
parent
4b42c1ec68
commit
cfe025396f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
View File
@@ -8,7 +8,7 @@
# - various temp paths are changed to `/tmp`, so that a non-root user can write to them
# - the `user` directive was removed, as we don't want nginx to switch users
worker_processes
1
;
worker_processes
auto
;
error_log /var/log/nginx/error.log warn;
pid /tmp/nginx.pid;
Write
Preview
Loading…
Cancel
Save