vermaneerajin / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

i install shellinabox on centos5, it runs well and i can connect from foreign IP, but when i config it with nginx, it shows "File not found" #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i install shellinabox on centos5, it runs well and i can connect from foreign 
IP, but when i config it with nginx, it shows "File not found"

it's not a common 404 from nginx because i think it's not similar with nginx 
http error infomation.

my nginx setting is
location /shellinabox
{proxy_pass http://127.0.0.1:4200;}

i search the issue and try to start my shellinabox with --localhost-only, but 
it shows file not found still.

any help?

thanks a lot

Original issue reported on code.google.com by digginch...@gmail.com on 21 Dec 2011 at 12:03

GoogleCodeExporter commented 8 years ago
sorry forgot to say i use --disable-ssl with shellinabox.

Original comment by digginch...@gmail.com on 21 Dec 2011 at 12:11