forked from Github/frigate
docker: modify listen directive in nginx.conf to listen on both IPv4&v6 (#10653)
This commit is contained in:
@@ -62,7 +62,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 5000;
|
listen [::]:5000 ipv6only=off;
|
||||||
|
|
||||||
# vod settings
|
# vod settings
|
||||||
vod_base_url '';
|
vod_base_url '';
|
||||||
|
|||||||
Reference in New Issue
Block a user