From 508b1adf1ee1e803aa88480f8b7b9bfed68df0f0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 5 Jan 2022 09:25:44 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 26fac60..595ab5f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,6 @@ location __PATH__/ { index index.html; - # BOSH location = __PATH__/http-bind { proxy_pass "http://localhost:5290/http-bind"; proxy_http_version 1.1;