events{}worker_processes1;pid${RSPAMD_TMPDIR}/nginx.pid;error_log${RSPAMD_TMPDIR}/error.log;http{default_typeapplication/octet-stream;sendfileon;server{# no need for root privilegeslisten${NGINX_ADDR}:${NGINX_PORT};server_namelocalhost;location/{root${RSPAMD_TMPDIR};autoindexon;}}}