mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
docker: modify listen directive in nginx.conf to listen on both IPv4&v6 (#10653)
This commit is contained in:
parent
5970aead0d
commit
4a7a47a931
@ -62,7 +62,7 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 5000;
|
||||
listen [::]:5000 ipv6only=off;
|
||||
|
||||
# vod settings
|
||||
vod_base_url '';
|
||||
|
Loading…
Reference in New Issue
Block a user