server { {{ listen_directives | indent(width=2) }} {{ server_name_directives | indent(width=2) }} {{ certificates_directives | indent(width=2) }} include {{ nginx_snippets_directory }}/https; include {{ nginx_snippets_directory }}/global; {{ directives | indent(width=2) }} }