Skip to content

Commit

Permalink
Fixing ros websocket link
Browse files Browse the repository at this point in the history
  • Loading branch information
mklomp authored Oct 31, 2024
1 parent a1f1610 commit 7779728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ server {
location /ws/ros {
include /etc/nginx/nginx_login.conf;

proxy_pass http://localhost:9090;
proxy_pass http://localhost:9090/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
Expand Down Expand Up @@ -141,4 +141,4 @@ server {
location /error/ {
alias /var/www/html/;
}
}
}

0 comments on commit 7779728

Please sign in to comment.