server { listen 80; server_name <%= url %>; root /srv/meetbot-<%= name %>; types { text/plain log; text/plain txt; text/html html; } location /meetings { autoindex on; } location /irclogs { autoindex on; } }