tf: Increase the max body size on /admin

This commit is contained in:
Blockstream Satellite 2023-02-06 13:07:15 -03:00
parent ef6074785e
commit 616584da8a

View file

@ -120,6 +120,7 @@ write_files:
}
location /admin/ {
client_max_body_size 16M;
if ($ssl_client_verify != SUCCESS) {
return 403;
}