소스 검색

Remove some whitespace

pull/251/head
Slavi Pantaleev 6 년 전
committed by GitHub
부모
커밋
2efcf11ee8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

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

@@ -191,7 +191,6 @@ server {
location / {
rewrite ^/$ /_matrix/static/ last;
}

}

{% if matrix_nginx_proxy_proxy_matrix_federation_api_enabled %}
@@ -212,7 +211,6 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";

location / {
{% if matrix_nginx_proxy_enabled %}


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