mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
Updated Directives (markdown)
@ -1193,14 +1193,15 @@ Off by default.
|
|||||||
|
|
||||||
hls_keys on;
|
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 {
|
http {
|
||||||
...
|
...
|
||||||
server {
|
server {
|
||||||
listen 443;
|
listen 443 ssl;
|
||||||
server_name example.com;
|
server_name example.com;
|
||||||
|
|
||||||
ssl_certificate /var/ssl/example.com.cert;
|
ssl_certificate /var/ssl/example.com.cert;
|
||||||
|
Reference in New Issue
Block a user