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;