Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
nginx configuration: use more than one process
pull/457/head
Marcel Partap
6 anos atrás
pai
4b42c1ec68
commit
cfe025396f
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar