Fixed comment syntax error

This commit is contained in:
saidimu apale 2014-10-01 14:31:40 -04:00
parent 1162e14e79
commit 1b0d9ed28c

View file

@ -56,7 +56,7 @@ server {
# HTTP 1.1 support
proxy_http_version 1.1;
{{ /* Only add the websockets Upgrade headers if a WEBSOCKETS env var is set. */}}
{{/* Only add the websockets Upgrade headers if a WEBSOCKETS env var is set. */}}
{{ if $value.Env.WEBSOCKETS }}
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";