Skip to content

Commit

Permalink
docker: modify listen directive in nginx.conf to listen on both IPv4&v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Vašíček committed Mar 24, 2024
1 parent 37f60f7 commit d6a7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/rootfs/usr/local/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ http {
}

server {
listen 5000;
listen [::]:5000 ipv6only=off;

# vod settings
vod_base_url '';
Expand Down

0 comments on commit d6a7cce

Please sign in to comment.