Skip to content

Commit

Permalink
Fix TWIST microphone IP.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jun 16, 2024
1 parent 8cd603c commit 48e5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ server {
}

location /microphone/halfmetre {
proxy_pass http://10.2.6.126:9000/;
proxy_pass http://10.2.6.116:9000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
Expand Down

0 comments on commit 48e5b3b

Please sign in to comment.