We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab902e commit 91eade8Copy full SHA for 91eade8
1 file changed
latest/overlay/etc/templates/nginx.conf.tmpl
@@ -28,7 +28,7 @@ http {
28
29
include /etc/nginx/custom.d/*.conf;
30
31
-{{ if bool (getenv "NGINX_DEFAULT_HOST") }}
+{{ if (getenv "NGINX_DEFAULT_HOST") | conv.ToBool }}
32
server {
33
include /etc/nginx/host.conf;
34
}
0 commit comments