소스 검색

remove login block -- wrong file

pull/229/head
Eduardo Beltrame 7 년 전
committed by microchipster
부모
커밋
bc1c30168c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

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

@@ -213,12 +213,6 @@ server {
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
{% if matrix_mautrix_hangouts_enabled %}
location /login {
proxy_pass http://matrix-mautrix-hangouts:8080;
proxy_set_header X-Forwarded-For $remote_addr;
}
{% endif %}

location / {
{% if matrix_nginx_proxy_enabled %}


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