move go2rtc upstream to separate file

This commit is contained in:
Blake Blackshear 2024-06-01 06:17:03 -05:00
parent 83dde24885
commit 7fe5ec6342
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
upstream go2rtc {
server 127.0.0.1:1984;
keepalive 1024;
}

View File

@ -56,6 +56,8 @@ http {
keepalive 1024;
}
include go2rtc_upstream.conf;
server {
listen [::]:80 ipv6only=off default_server;