mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
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 {
|
||||
listen 5000;
|
||||
listen [::]:5000 ipv6only=off;
|
||||
|
||||
# vod settings
|
||||
vod_base_url '';
|
||||
|
Reference in New Issue
Block a user