diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 51842cb70..06760a08e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -112,6 +112,7 @@ 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;