Skip to content

Commit cf5d140

Browse files
committed
fix: missing semi-colon
1 parent 702fb76 commit cf5d140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta_.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
set $backend $HTTP_BACKEND_URL;
1414

1515
if ($http_upgrade = 'websocket') {
16-
set $backend $WS_BACKEND_URL
16+
set $backend $WS_BACKEND_URL;
1717
}
1818
proxy_pass $backend;
1919
proxy_http_version 1.1;

0 commit comments

Comments
 (0)