You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/02/12 10:50:15 UTC

[incubator-streampipes] branch dev updated: Modify WS proxy address

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 961edd7  Modify WS proxy address
961edd7 is described below

commit 961edd7ece334f1da7c8e71a0e97666e8ce68fa6
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Feb 12 11:50:04 2020 +0100

    Modify WS proxy address
---
 ui/nginx_config/default.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/nginx_config/default.conf b/ui/nginx_config/default.conf
index 0b45ccb..972e4d3 100644
--- a/ui/nginx_config/default.conf
+++ b/ui/nginx_config/default.conf
@@ -121,7 +121,7 @@ server {
 
   # Websockets
 
-  location /streampipes/ws/ {
+  location /streampipes/ws {
     set $upstream activemq:61614;
 
     proxy_set_header Upgrade $http_upgrade;