From cf23c35884099c9943324be10c5d9510d1651c12 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 8 Mar 2019 18:46:14 +0300 Subject: [PATCH] fix nginx config --- configs/nginx_include.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx_include.conf b/configs/nginx_include.conf index e77760c..5337000 100644 --- a/configs/nginx_include.conf +++ b/configs/nginx_include.conf @@ -1,5 +1,5 @@ location @drop_app { - proxy_pass http://unix:/tmp/drop.sock:/; + proxy_pass http://unix:/tmp/drop.sock; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; }