docker: modify listen directive in nginx.conf to listen on both IPv4&v6

This commit is contained in:
Michal Vašíček 2024-03-24 21:08:09 +01:00
parent 37f60f7140
commit d6a7ccede6

View File

@ -62,7 +62,7 @@ http {
}
server {
listen 5000;
listen [::]:5000 ipv6only=off;
# vod settings
vod_base_url '';