mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
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:

committed by
Blake Blackshear

parent
c1d5510428
commit
594a4e0ba3
@@ -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/;
|
||||
|
Reference in New Issue
Block a user