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

Add documentation for new variable

pull/862/head
Stuart Thomson 5 лет назад
Родитель
Сommit
f7bea5bb05
1 измененных файлов: 14 добавлений и 0 удалений
  1. +14
    -0
      docs/configuring-playbook-nginx.md

+ 14
- 0
docs/configuring-playbook-nginx.md Просмотреть файл

@@ -59,3 +59,17 @@ This will disable the access logging for nginx.
```yaml ```yaml
matrix_nginx_proxy_access_log_enabled: false matrix_nginx_proxy_access_log_enabled: false
``` ```

## Additional configuration

<!-- TODO: Introductory blurb -->

<!-- TODO: Add section for including config files, however that's done -->

Make sure that you have set the DNS configuration for the domains you want to include to point at your server.

```yaml
matrix_ssl_additional_domains_to_obtain_certificates_for:
- domain.one.example
- domain.two.example
```

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