From b60977713cf3f310a86b72cb0f7666a79bf6ee74 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Mon, 25 Nov 2019 22:51:38 +0300 Subject: [PATCH] fix nginx config --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 5e0f3e4..0a64ce4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -13,7 +13,7 @@ server { } location / { - proxy_pass unix:///tmp/bots.sock; + proxy_pass http://unix:/tmp/bots.sock; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;