swr events refactor

This commit is contained in:
Blake Blackshear
2022-03-09 21:55:23 -06:00
parent 0177a2b97f
commit d9769301b5
76 changed files with 29753 additions and 9109 deletions
@@ -173,7 +173,6 @@ http {
location /api/ {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';
add_header Cache-Control "no-store";
proxy_pass http://frigate_api/;
proxy_pass_request_headers on;
proxy_set_header Host $host;