Просмотр исходного кода

Improve working, fix typos

pull/1985/head
Slavi Pantaleev 3 лет назад
committed by GitHub
Родитель
Сommit
003252d1ce
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      docs/configuring-playbook-synapse-admin.md

+ 3
- 3
docs/configuring-playbook-synapse-admin.md Просмотреть файл

@@ -65,12 +65,12 @@ matrix_synapse_admin_container_extra_arguments:

### Sample configuration for running behind Caddy v2

Below is a sample configuration for using this playbook with a [Caddy](https://caddyserver.com/v2) 2.0 reverse proxy.
Below is a sample configuration for using this playbook with a [Caddy](https://caddyserver.com/v2) 2.0 reverse proxy (non-default confiuratuon assuming `matrix-nginx-proxy` is disabled - `matrix_nginx_proxy_enabled: false`).

```caddy

# This is a basic configuration that will function the same as the default nginx proxy - exposing the synapse admin panel to matrix.YOURSERVER.com/synapse-admin/
# This is a basic configuration that will function the same as the default nginx proxy - exposing the synapse-admin panel to matrix.YOURSERVER.com/synapse-admin/
handle_path /synapse-admin* {
reverse_proxy localhost:8766 {
}
}
```

Загрузка…
Отмена
Сохранить