Files
frigate/docker/main/rootfs/usr/local/nginx/conf/go2rtc_upstream.conf
Blake Blackshear bccffe6670 TLS support (#11678)
* implement self signed cert and monitor/reload

* move go2rtc upstream to separate file

* add directory for ACME challenges

* make certsync more resilient

* add TLS docs

* add jwt secret info to docs
2024-06-01 10:29:46 -05:00

4 lines
66 B
Plaintext

upstream go2rtc {
server 127.0.0.1:1984;
keepalive 1024;
}