소스 검색

Fix broken cover photo for matrix-registration

pull/640/head
Slavi Pantaleev 5 년 전
부모
커밋
6def66940f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-registration/tasks/init.yml

+ 1
- 1
roles/matrix-registration/tasks/init.yml 파일 보기

@@ -36,7 +36,7 @@
Also fixing the form, which goes to /register.
#}
sub_filter_once off;
sub_filter_types text/html;
sub_filter_types text/html text/css;
sub_filter "/static/" "{{ matrix_registration_public_endpoint }}/static/";
sub_filter "/register" "{{ matrix_registration_public_endpoint }}/register";
}


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