ソースを参照

Update configuring-playbook-own-webserver.md

Change documentation for host bind port when fronting traefik with another reverse proxy
pull/2520/head
Jan 3年前
committed by GitHub
コミット
ffff236167
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      docs/configuring-playbook-own-webserver.md

+ 2
- 2
docs/configuring-playbook-own-webserver.md ファイルの表示

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

devture_traefik_additional_entrypoints_auto:
- 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: {}
```



読み込み中…
キャンセル
保存