瀏覽代碼

Update docs/configuring-playbook-own-webserver.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2162/head
François Darveau 3 年之前
committed by GitHub
父節點
當前提交
35e80b7087
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/configuring-playbook-own-webserver.md

+ 1
- 1
docs/configuring-playbook-own-webserver.md 查看文件

@@ -35,7 +35,7 @@ No matter which external webserver you decide to go with, you'll need to:
```
- if using an external server on another host, add the `<service>_http_host_bind_port` or `<service>_http_bind_port` variables for the services that will be exposed by the external server on the other host. The actual name of the variable is listed in the `roles/<service>/defaults/vars.yml` file for each service. Most variables follow the `<service>_http_host_bind_port` format.
These variables will make Docker expose the ports to the local network instead of localhost only.
These variables will make Docker expose the ports on all network interfaces instead of localhost only.
[Keep in mind that there are some security concerns if you simply proxy everything.](https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md#synapse-administration-endpoints)

Here are the variables required for the default configuration (Synapse and Element)


Loading…
取消
儲存