aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-10 04:53:30 +0000
committerGravatar Sadie Powell2021-03-10 04:53:30 +0000
commitae997d094597251ec0ec9c5931c97b4db49a31d1 (patch)
tree8bbf2c9346800da792d442ec7f8b6708274e7e06 /docs/conf/modules.conf.example
parentMerge branch 'insp3' into master. (diff)
parentRename `<bind:ssl>` to `<bind:sslprofile>`. (diff)
Merge branch 'insp3' into master.
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 47f846a83..857c47b12 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1070,7 +1070,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.