mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 05:41:37 +01:00
tf: Increase the max body size on /admin
This commit is contained in:
parent
ef6074785e
commit
616584da8a
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ write_files:
|
|||
}
|
||||
|
||||
location /admin/ {
|
||||
client_max_body_size 16M;
|
||||
if ($ssl_client_verify != SUCCESS) {
|
||||
return 403;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue