Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
overmind
/
matrix-docker-ansible-deploy
şunun yansıması
https://github.com/spantaleev/matrix-docker-ansible-deploy
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Fix syntax problems in example Apache configuration
Related to
#121
(Github Issue)
pull/126/head
Slavi Pantaleev
7 yıl önce
ebeveyn
24cf27c60c
işleme
d18fe3610f
2 değiştirilmiş dosya
ile
4 ekleme
ve
4 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+2
-2
examples/apache/matrix-riot-web.conf
+2
-2
examples/apache/matrix-synapse.conf
+ 2
- 2
examples/apache/matrix-riot-web.conf
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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>
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet