Hey, thanks to making it aviable on every plateforms !
I try it on local, works OK
Trying on distant serveur (remote) and I have an issue...
When I test in NB with :
URL=https://node.vincent-bonnefille.fr/nbx
PWD=testestest
OUTPUT :
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot PUT /nbx/config</pre></body></html>
I got a Forbiden error... surlly an Nginx security problem
Node js agent output :
TOKEN=testestest npm start
((...))
[PUT] /nbx/config
[PUT] /nbx
((...))
My Nginx proxy :
location /nbx {
proxy_pass http://localhost:10001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
If you have time... and any clue...
thanks
Hey, thanks to making it aviable on every plateforms !
I try it on local, works OK
Trying on distant serveur (remote) and I have an issue...
When I test in NB with :
URL=https://node.vincent-bonnefille.fr/nbx
PWD=testestest
OUTPUT :
I got a Forbiden error... surlly an Nginx security problem
Node js agent output :
My Nginx proxy :
If you have time... and any clue...
thanks