diff --git a/nginx.conf b/nginx.conf index d8e6588..7509085 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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"; @@ -141,4 +141,4 @@ server { location /error/ { alias /var/www/html/; } -} \ No newline at end of file +}