More face fixes (#17630)

* update max upload to 20mb

* ensure cancel button doesn't submit form

* update nginx config
This commit is contained in:
Josh Hawkins
2025-04-10 08:17:13 -05:00
committed by GitHub
parent 049c5cfa9d
commit d8cde59aaf
3 changed files with 5 additions and 3 deletions

View File

@@ -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;