Fixed comment syntax error
This commit is contained in:
parent
1162e14e79
commit
1b0d9ed28c
@ -56,7 +56,7 @@ server {
|
|||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
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 }}
|
{{ if $value.Env.WEBSOCKETS }}
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user