mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 05:05:26 +03:00
docker: modify listen directive in nginx.conf to listen on both IPv4&v6
This commit is contained in:
parent
37f60f7140
commit
d6a7ccede6
@ -62,7 +62,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 5000;
|
listen [::]:5000 ipv6only=off;
|
||||||
|
|
||||||
# vod settings
|
# vod settings
|
||||||
vod_base_url '';
|
vod_base_url '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user