소스 검색

Fix Synapse generic worker balancing

Potentially fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1022
pull/1025/head
Slavi Pantaleev 5 년 전
부모
커밋
389dc26615
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2 파일 보기

@@ -11,7 +11,7 @@
upstream generic_worker_upstream {
# ensures that requests from the same client will always be passed
# to the same server (except when this server is unavailable)
ip_hash;
hash $http_x_forwarded_for;

{% for worker in generic_workers %}
{% if matrix_nginx_proxy_enabled %}


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