diff --git a/docker/rootfs/usr/local/nginx/conf/nginx.conf b/docker/rootfs/usr/local/nginx/conf/nginx.conf index a392b5372..65fd95383 100644 --- a/docker/rootfs/usr/local/nginx/conf/nginx.conf +++ b/docker/rootfs/usr/local/nginx/conf/nginx.conf @@ -45,7 +45,7 @@ http { } server { - listen 5000; + listen [::]:5000; # vod settings vod_base_url ''; @@ -207,7 +207,7 @@ http { rtmp { server { - listen 1935; + listen [::]:1935; chunk_size 4096; allow publish 127.0.0.1; deny publish all;