소스 검색

Fix syntax problems in example Apache configuration

Related to #121 (Github Issue)
pull/126/head
Slavi Pantaleev 7 년 전
부모
커밋
d18fe3610f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      examples/apache/matrix-riot-web.conf
  2. +2
    -2
      examples/apache/matrix-synapse.conf

+ 2
- 2
examples/apache/matrix-riot-web.conf 파일 보기

@@ -4,12 +4,12 @@
<VirtualHost *:80>
ServerName riot.DOMAIN

ProxyVia On

# Map /.well-known/acme-challenge to the certbot server
# If you manage SSL certificates by yourself, this will differ.
<Location /.well-known/acme-challenge>
ProxyPreserveHost On
ProxyRequests Off
ProxyVia On
ProxyPass http://127.0.0.1:2402/.well-known/acme-challenge
</Location>



+ 2
- 2
examples/apache/matrix-synapse.conf 파일 보기

@@ -3,12 +3,12 @@
<VirtualHost *:80>
ServerName matrix.DOMAIN

ProxyVia On

# Map /.well-known/acme-challenge to the certbot server
# If you manage SSL certificates by yourself, this will differ.
<Location /.well-known/acme-challenge>
ProxyPreserveHost On
ProxyRequests Off
ProxyVia On
ProxyPass http://127.0.0.1:2402/.well-known/acme-challenge
</Location>



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