...
Edit the nginx.conf file.
Code Block nano /etc/nginx/nginx.conf
On the http bracket, add the following line.
Code Block http { ... client_max_body_size 500M; ... }
This ensures there will be no problems when uploading the NiFi pipelines or the Superset dashboards.
...