nginx_http_template_enable: true nginx_http_template: default: template_file: http/default.conf.j2 conf_file_name: default.conf conf_file_location: /etc/nginx/conf.d/ servers: server1: list: listen_localhost: port: 80 server_name: infrastructure.cloud.internal autoindex: true web_server: locations: default: location: / html_file_location: /srv/data autoindex: true http_demo_conf: false