mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
docker: Enable IPv6 support in nginx
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
e68f80b44a
commit
934c10544c
@ -45,7 +45,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 5000;
|
listen [::]:5000;
|
||||||
|
|
||||||
# vod settings
|
# vod settings
|
||||||
vod_base_url '';
|
vod_base_url '';
|
||||||
@ -207,7 +207,7 @@ http {
|
|||||||
|
|
||||||
rtmp {
|
rtmp {
|
||||||
server {
|
server {
|
||||||
listen 1935;
|
listen [::]:1935;
|
||||||
chunk_size 4096;
|
chunk_size 4096;
|
||||||
allow publish 127.0.0.1;
|
allow publish 127.0.0.1;
|
||||||
deny publish all;
|
deny publish all;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user