From ce0147d2b343316aa85a687b7c1abf7a6f24563d Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 1 Sep 2014 08:15:00 -0700 Subject: [PATCH] Updated Directives (markdown) --- Directives.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Directives.md b/Directives.md index 9b9138b..d3a411e 100644 --- a/Directives.md +++ b/Directives.md @@ -1193,14 +1193,15 @@ Off by default. hls_keys on; -Example configuration using the HLS encryption. +Here's the example configuration using the HLS encryption. This configuration +requires that nginx is built with `--with-http_ssl_module` for https support. ... http { ... server { - listen 443; + listen 443 ssl; server_name example.com; ssl_certificate /var/ssl/example.com.cert;