瀏覽代碼

trust the reverse proxy by default

pull/876/head
Marc Leuser 5 年之前
父節點
當前提交
fd3d48bb6d
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. +6
    -1
      roles/matrix-etherpad/defaults/main.yml

+ 6
- 1
roles/matrix-etherpad/defaults/main.yml 查看文件

@@ -22,7 +22,12 @@ matrix_etherpad_user_gid: '5001'
matrix_etherpad_container_http_host_bind_port: ''

# A list of extra arguments to pass to the container
matrix_etherpad_container_extra_arguments: []
#
# We assume that a reverse proxy is used and tell the container to trust it
# Details: https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md
matrix_etherpad_container_extra_arguments: [
'--env TRUST_PROXY=true'
]

matrix_etherpad_public_endpoint: '/etherpad'



Loading…
取消
儲存