Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
overmind
/
matrix-docker-ansible-deploy
spegling av
https://github.com/spantaleev/matrix-docker-ansible-deploy
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Fix syntax problems in example Apache configuration
Related to
#121
(Github Issue)
pull/126/head
Slavi Pantaleev
7 år sedan
förälder
24cf27c60c
incheckning
d18fe3610f
2 ändrade filer
med
4 tillägg
och
4 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/apache/matrix-riot-web.conf
+2
-2
examples/apache/matrix-synapse.conf
+ 2
- 2
examples/apache/matrix-riot-web.conf
Visa fil
@@ -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
Visa fil
@@ -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>
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara