server { listen 80; server_name <%= url %>; root /var/lib/meetbot/<%= name %>; location /meetings { autoindex on; } }