Description
|
client_max_body_size 250M; |
The above line in cache.conf constrains web uploads in avalon to 250MB for this AWS branch. This is too low for regular usage. We should determine a more reasonable default or allow it to be configured via environment variables like how the hls nginx config works.
Done Looks Like