소스 검색

Updated: worker_processes to auto

pull/1561/head
GoliathLabs 4 년 전
부모
커밋
b608c3d342
No known key found for this signature in database GPG 키 ID: 37F7BDC266B5BAB8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-nginx-proxy/defaults/main.yml

+ 1
- 1
roles/matrix-nginx-proxy/defaults/main.yml 파일 보기

@@ -555,5 +555,5 @@ matrix_nginx_proxy_synapse_frontend_proxy_locations: []
# The amount of worker processes and connections
# Consider increasing these when you are expecting high amounts of traffic
# 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

불러오는 중...
취소
저장