Face detection (#14544)

* Add support for face detection

* Add support for detecting faces during registration

* Set body size to be larger

* Undo
This commit is contained in:
Nicolas Mowen
2024-10-23 13:50:58 -06:00
parent a90619bff7
commit bb36b9ced6
5 changed files with 159 additions and 52 deletions

View File

@@ -246,6 +246,8 @@ http {
proxy_no_cache $should_not_cache;
add_header X-Cache-Status $upstream_cache_status;
client_max_body_size 10M;
location /api/vod/ {
include auth_request.conf;
proxy_pass http://frigate_api/vod/;