server{listen80;server_namelocalhost;location/{root/usr/share/nginx/html;indexindex.htmlindex.htm;}# redirect server error pages to the static page /50x.html#error_page500502503504/50x.html;location=/50x.html{root/usr/share/nginx/html;}location/nifi-jars{root/www/data;autoindexon;autoindex_formatjson;}}