--- # nginx_vhost: # name: example # template: generic-proxy-no-buffering-with-acme # acme: yes # hostnames: # - example.com # - www.example.com # proxy_pass: http://127.0.0.1:8080 # default: yes # nginx_vhost: # name: other-example # content: "<<< content of vhost >>>" # nginx_vhost: # name: static # template: static-files-with-acme # acme: yes # hostnames: # - static.example.com # root: /srv/www/static # index: index.html # autoindex: # format: json