You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
291 B
Plaintext

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) }}
}