Skip to content

Commit 2f82fa2

Browse files
committed
fixed hls key path
1 parent 773336e commit 2f82fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls/ngx_rtmp_hls_module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ ngx_rtmp_hls_merge_app_conf(ngx_conf_t *cf, void *parent, void *child)
23592359
}
23602360

23612361
conf->slot->manager = ngx_rtmp_hls_cleanup;
2362-
conf->slot->name = conf->path;
2362+
conf->slot->name = conf->keys_path;
23632363
conf->slot->data = cleanup;
23642364
conf->slot->conf_file = cf->conf_file->file.name.data;
23652365
conf->slot->line = cf->conf_file->line;

0 commit comments

Comments
 (0)