mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
docs: Explicitly mention that referencing config block from global directive won't work
See #577.
This commit is contained in:
parent
28bdf6d33f
commit
ede85b4cd1
1 changed files with 4 additions and 1 deletions
|
@ -32,6 +32,9 @@ tls {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: `tls &local_tls` as a global directive won't work because
|
||||||
|
global directives are initialized before other configuration blocks.
|
||||||
|
|
||||||
Currently the only supported challenge is `dns-01` one therefore
|
Currently the only supported challenge is `dns-01` one therefore
|
||||||
you also need to configure the DNS provider:
|
you also need to configure the DNS provider:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue