fix nginx config
This commit is contained in:
parent
aea200628d
commit
b60977713c
@ -13,7 +13,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass unix:///tmp/bots.sock;
|
proxy_pass http://unix:/tmp/bots.sock;
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
Loading…
Reference in New Issue
Block a user