fix nginx config
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user