fix nginx config

This commit is contained in:
bakatrouble 2019-11-25 22:51:38 +03:00
parent aea200628d
commit b60977713c

View File

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