Browse Source

Missing route publish on HTTP

feature/more-args
nicolas.dorier 5 years ago
parent
commit
1c3f7fc641
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 1
      Production/nginx.tmpl

1
Production/nginx.tmpl

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

Loading…
Cancel
Save