diff options
Diffstat (limited to 'etc/examples/relayd.conf')
-rw-r--r-- | etc/examples/relayd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/examples/relayd.conf b/etc/examples/relayd.conf index 35280b66612..3ed437b7937 100644 --- a/etc/examples/relayd.conf +++ b/etc/examples/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.5 2018/05/06 20:56:55 benno Exp $ +# $OpenBSD: relayd.conf,v 1.6 2023/10/29 11:27:11 kn Exp $ # # Macros # @@ -34,7 +34,7 @@ redirect www { } # -# Relay and protocol for HTTP layer 7 loadbalancing and SSL/TLS acceleration +# Relay and protocol for HTTP layer 7 loadbalancing and TLS acceleration # http protocol https { match request header append "X-Forwarded-For" value "$REMOTE_ADDR" @@ -50,7 +50,7 @@ http protocol https { } relay wwwtls { - # Run as a SSL/TLS accelerator + # Run as a TLS accelerator listen on $ext_addr port 443 tls protocol https |