fix missing $ sign in default nginx template

This commit is contained in:
Michael Hobbs
2016-06-18 16:06:46 -07:00
parent 833db67f25
commit d9ab4d1424

View File

@@ -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 / {