소스 검색

Merge pull request #499 from eMPee584/riot-less-404

Prevent 404s when Riot tries to retrieve domain-specific config.json
pull/507/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
5b8fd44aa7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/matrix-riot-web/templates/systemd/matrix-riot-web.service.j2

+ 1
- 0
roles/matrix-riot-web/templates/systemd/matrix-riot-web.service.j2 파일 보기

@@ -24,6 +24,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-riot-web \
-v {{ matrix_riot_web_data_path }}/nginx.conf:/etc/nginx/nginx.conf:ro \
-v /dev/null:/etc/nginx/conf.d/default.conf:ro \
-v {{ matrix_riot_web_data_path }}/config.json:/app/config.json:ro \
-v {{ matrix_riot_web_data_path }}/config.json:/app/config.{{ matrix_server_fqn_riot }}.json:ro \
{% if matrix_riot_web_embedded_pages_home_path is not none %}
-v {{ matrix_riot_web_data_path }}/home.html:/app/home.html:ro \
{% endif %}


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