소스 검색

Remove deprecated "ssl" directive from nginx configuration

pull/6/head
Slavi Pantaleev 7 년 전
부모
커밋
add8169c33
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      roles/matrix-server/templates/nginx-conf.d/matrix-riot-web.conf.j2
  2. +0
    -1
      roles/matrix-server/templates/nginx-conf.d/matrix-synapse.conf.j2

+ 0
- 1
roles/matrix-server/templates/nginx-conf.d/matrix-riot-web.conf.j2 파일 보기

@@ -33,7 +33,6 @@ server {
server_tokens off;
root /dev/null;

ssl on;
ssl_certificate {{ matrix_ssl_certs_path }}/live/{{ hostname_riot }}/fullchain;
ssl_certificate_key {{ matrix_ssl_certs_path }}/live/{{ hostname_riot }}/privkey;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;


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

@@ -33,7 +33,6 @@ server {
server_tokens off;
root /dev/null;

ssl on;
ssl_certificate {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/fullchain;
ssl_certificate_key {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/privkey;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;


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