server {
	listen REPLACE_PORT;
	location / {
		root /assets;
		autoindex on;
	}
}
