Parcourir la source

Merge pull request #2520 from Jaffex/master

Fix documentation when fronting traefik with another reverse proxy
pull/2525/head
Slavi Pantaleev il y a 3 ans
committed by GitHub
Parent
révision
f0463b0a10
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +1
    -1
      CHANGELOG.md
  2. +2
    -2
      docs/configuring-playbook-own-webserver.md

+ 1
- 1
CHANGELOG.md Voir le fichier

@@ -57,7 +57,7 @@ At some point in the **near** future (days, or even weeks at most), we hope to c


### How do I keep using my own other reverse-proxy? ### How do I keep using my own other reverse-proxy?


We recommend that you follow the guide for [Fronting the integraed reverse-proxy webserver with another reverse-proxy](docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy).
We recommend that you follow the guide for [Fronting the integrated reverse-proxy webserver with another reverse-proxy](docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy).




# 2023-02-25 # 2023-02-25


+ 2
- 2
docs/configuring-playbook-own-webserver.md Voir le fichier

@@ -138,8 +138,8 @@ devture_traefik_container_web_host_bind_port: '127.0.0.1:81'


devture_traefik_additional_entrypoints_auto: devture_traefik_additional_entrypoints_auto:
- name: matrix-federation - name: matrix-federation
port: "{{ matrix_federation_public_port }}"
host_bind_port: "127.0.0.1:{{ matrix_federation_public_port }}"
port: 8449
host_bind_port: '127.0.0.1:8449'
config: {} config: {}
``` ```




Chargement…
Annuler
Enregistrer