puppet-meetbot/templates/nginx.erb

10 lines
133 B
Plaintext

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