浏览代码

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



正在加载...
取消
保存