Missing route publish on HTTP

This commit is contained in:
nicolas.dorier
2019-06-11 19:32:22 +09:00
parent 9cb387ecda
commit 1c3f7fc641

View File

@@ -435,6 +435,7 @@ server {
include /etc/nginx/vhost.d/default_location;
{{ end }}
}
{{ template "redirects" (dict "HostName" $host_name "Containers" $) }}
}
{{ if (and (not $is_https) (exists "/etc/nginx/certs/default.crt") (exists "/etc/nginx/certs/default.key")) }}