server {
	listen ${NGINX_PORT};
	location / {
		root /assets;
		autoindex on;
	}
}
