Updated Directives (markdown)

Roman Arutyunyan
2014-09-01 08:15:00 -07:00
parent 71088d9710
commit ce0147d2b3

@ -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;