forked from Github/frigate
fixes
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user