瀏覽代碼

Update configuring-playbook-nginx.md

pull/1164/head
Sergei Shikalov 4 年之前
committed by GitHub
父節點
當前提交
9844119c53
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      docs/configuring-playbook-nginx.md

+ 2
- 2
docs/configuring-playbook-nginx.md 查看文件

@@ -46,10 +46,10 @@ For more information about these variables, check the `roles/matrix-nginx-proxy/


## Synapse + OpenID Connect for Single-Sign-On ## Synapse + OpenID Connect for Single-Sign-On


If you want to use OpenID Connect as an SSO provider (as per the [Synapse OpenID docs](https://github.com/matrix-org/synapse/blob/develop/docs/openid.md)), you need to use the following configuration (in your `vars.yml` file) to instruct nginx to forward `/_synapse/client/oidc` to Synapse:
If you want to use OpenID Connect as an SSO provider (as per the [Synapse OpenID docs](https://github.com/matrix-org/synapse/blob/develop/docs/openid.md)), you need to use the following configuration (in your `vars.yml` file) to instruct nginx to forward `/_synapse/client`, including `/_synapse/client/oidc` to Synapse:


```yaml ```yaml
matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled: true
matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_client_api_enabled: true
``` ```


## Disable Nginx access logs ## Disable Nginx access logs


Loading…
取消
儲存