Skip to content

Commit

Permalink
Update openterawebrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux committed Jan 10, 2024
1 parent 5b4943a commit f17c842
Show file tree
Hide file tree
Showing 3 changed files with 26,527 additions and 563 deletions.
4 changes: 2 additions & 2 deletions teleop-vue/nginx-dev/opentera-webrtc-teleop-frontend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location / {
proxy_set_header X-Script-Name /;
}

location /socket.io {
location /signaling {
proxy_pass http://127.0.0.1:4040;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down Expand Up @@ -70,4 +70,4 @@ location /websocket/8080/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
Loading

0 comments on commit f17c842

Please sign in to comment.