diff --git a/src/etc/examples/httpd.conf b/src/etc/examples/httpd.conf index 71496a4f..2fc392d2 100644 --- a/src/etc/examples/httpd.conf +++ b/src/etc/examples/httpd.conf @@ -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" }