From 524d2c3e964ce45bc55bd3565f348331dbffaae9 Mon Sep 17 00:00:00 2001 From: src386 Date: Tue, 4 Aug 2015 10:07:34 +0200 Subject: [PATCH] . --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c3d92be..bd21e50 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location PATHTOCHANGE { } location ~ ^PATHTOCHANGE/ws/ { - proxy_pass http://localhost:8081; + proxy_pass http://localhost:8080; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";