This commit is contained in:
Blake Blackshear
2020-11-09 07:30:44 -06:00
parent 59daa6597b
commit ec1a8ebd4a
4 changed files with 6 additions and 12 deletions

View File

@@ -22,12 +22,12 @@ http {
keepalive_timeout 65;
upstream frigate_api {
server localhost:5000;
server localhost:5001;
keepalive 1024;
}
server {
listen 80;
listen 5000;
location /stream/ {
add_header 'Cache-Control' 'no-cache';