Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 8, 2024
1 parent 1f1afb3 commit 47e6034
Show file tree
Hide file tree
Showing 523 changed files with 72,969 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/config/nginx/motionui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ server {

# Websocket server
location /ws {
proxy_pass http://127.0.0.1:8081;
proxy_pass http://127.0.0.1:8085;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
Expand Down
5 changes: 5 additions & 0 deletions www/libs/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"cboden/ratchet": "^0.4.4"
}
}
Loading

0 comments on commit 47e6034

Please sign in to comment.