Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalfredakku committed Aug 26, 2024
1 parent 554d6e5 commit 0a672fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for var in $(printenv | grep -Eo '^LISTEN_[0-9]+' | sort -u); do
# To support websockets
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade \$http_upgrade;
proxy_set_header Connection "upgrade";
}
}
Expand Down

0 comments on commit 0a672fa

Please sign in to comment.