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; }