fix nginx config

master
bakatrouble 5 years ago
parent aea200628d
commit b60977713c

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

Loading…
Cancel
Save