mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
More face fixes (#17630)
* update max upload to 20mb * ensure cancel button doesn't submit form * update nginx config
This commit is contained in:
@@ -82,7 +82,7 @@ http {
|
||||
aio on;
|
||||
|
||||
# file upload size
|
||||
client_max_body_size 10M;
|
||||
client_max_body_size 20M;
|
||||
|
||||
# https://github.com/kaltura/nginx-vod-module#vod_open_file_thread_pool
|
||||
vod_open_file_thread_pool default;
|
||||
|
Reference in New Issue
Block a user