Browse Source

Like previously done in relayd, change the keyword "ssl" to "tls" to

reflect reality.
OK benno@
OPENBSD_5_7
reyk 9 years ago
parent
commit
f07e9bca67
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/examples/httpd.conf

+ 2
- 2
src/etc/examples/httpd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: httpd.conf,v 1.11 2014/08/25 14:27:54 reyk Exp $
# $OpenBSD: httpd.conf,v 1.12 2014/12/12 14:45:59 reyk Exp $
#
# Macros
@ -47,7 +47,7 @@ server "www.example.com" {
# An HTTPS server using SSL/TLS
server "secure.example.com" {
listen on 127.0.0.1 ssl port 443
listen on 127.0.0.1 tls port 443
# Define server-specific log files relative to /logs
log { access "secure-access.log", error "secure-error.log" }


Loading…
Cancel
Save