Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Fix syntax problems in example Apache configuration
Related to
#121
(Github Issue)
pull/126/head
Slavi Pantaleev
il y a 7 ans
Parent
24cf27c60c
révision
d18fe3610f
2 fichiers modifiés
avec
4 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-2
examples/apache/matrix-riot-web.conf
+2
-2
examples/apache/matrix-synapse.conf
+ 2
- 2
examples/apache/matrix-riot-web.conf
Voir le fichier
@@ -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
Voir le fichier
@@ -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>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer