summaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-10 03:43:56 +0000
committerSadie Powell <sadie@witchery.services>2021-03-10 04:23:11 +0000
commite0dc7691c4cff3a38bc12adf10b3709d8c4901ba (patch)
treec3073104aa156f67c2571b6deb1dca24a103f60c /docs/conf/modules.conf.example
parent085777cf272cd74e44abec70c0a87003429e2fd3 (diff)
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r--docs/conf/modules.conf.example2
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.