Hello
in webportal when click to download pdf i got error message
ErrorFileSizeTooLarge: 386900 (max 20480)
but in php.ini
upload_max_filesize = 100M
post_max_size = 150M;
in nginx
client_max_body_size 128M;
proxy_max_temp_file_size 0;
proxy_buffering off;
server_names_hash_bucket_size 256;