Ver a proveniência

Updated: worker_processes to auto

pull/1561/head
GoliathLabs há 4 anos
ascendente
cometimento
b608c3d342
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 37F7BDC266B5BAB8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-nginx-proxy/defaults/main.yml

+ 1
- 1
roles/matrix-nginx-proxy/defaults/main.yml Ver ficheiro

@@ -555,5 +555,5 @@ matrix_nginx_proxy_synapse_frontend_proxy_locations: []
# The amount of worker processes and connections # The amount of worker processes and connections
# Consider increasing these when you are expecting high amounts of traffic # Consider increasing these when you are expecting high amounts of traffic
# http://nginx.org/en/docs/ngx_core_module.html#worker_connections # http://nginx.org/en/docs/ngx_core_module.html#worker_connections
matrix_nginx_proxy_worker_processes: 1
matrix_nginx_proxy_worker_processes: auto
matrix_nginx_proxy_worker_connections: 1024 matrix_nginx_proxy_worker_connections: 1024

Carregando…
Cancelar
Guardar