From d9ab4d1424aaeb307135a988d04272dbaee69a15 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Sat, 18 Jun 2016 16:06:46 -0700 Subject: [PATCH] fix missing $ sign in default nginx template --- plugins/nginx-vhosts/templates/nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nginx-vhosts/templates/nginx.conf.sigil b/plugins/nginx-vhosts/templates/nginx.conf.sigil index c67a9564e..e1f2026e7 100644 --- a/plugins/nginx-vhosts/templates/nginx.conf.sigil +++ b/plugins/nginx-vhosts/templates/nginx.conf.sigil @@ -49,7 +49,7 @@ server { ssl_certificate_key {{ $.APP_SSL_PATH }}/server.key; keepalive_timeout 70; - {{ if eq $.SPDY_SUPPORTED "true" }}add_header Alternate-Protocol {{ .NGINX_SSL_PORT }}:npn-spdy/2;{{ end }} + {{ if eq $.SPDY_SUPPORTED "true" }}add_header Alternate-Protocol {{ $.NGINX_SSL_PORT }}:npn-spdy/2;{{ end }} location / {