diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-10 03:43:56 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-10 04:23:11 +0000 |
commit | e0dc7691c4cff3a38bc12adf10b3709d8c4901ba (patch) | |
tree | c3073104aa156f67c2571b6deb1dca24a103f60c /docs/conf/modules.conf.example | |
parent | 085777cf272cd74e44abec70c0a87003429e2fd3 (diff) |
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d236d6cb9..0b149775b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1119,7 +1119,7 @@ # a <bind> tag with type "httpd", and load at least one of the other # httpd_* modules to provide pages to display. # <bind address="127.0.0.1" port="8067" type="httpd"> -# <bind address="127.0.0.1" port="8097" type="httpd" ssl="gnutls"> +# <bind address="127.0.0.1" port="8097" type="httpd" sslprofile="Clients"> # # You can adjust the timeout for HTTP connections below. All HTTP # connections will be closed after (roughly) this time period. |