Closed GoogleCodeExporter closed 9 years ago
You probably have the same problem I had, I wrote a patch that you can find
there:
https://code.google.com/p/shellinabox/issues/detail?id=167
Please note that you have to end the url with a /.
If you really want to make http://www.***.com/shellinabox possible instead of
http://www.***.com/shellinabox/, then use the patch that I am attaching to this
post.
It should work just fine, but unlike the one at issue 167 it hasn't been tested
extensively and might break things.
Original comment by decoy113...@gmail.com
on 6 Mar 2012 at 10:05
Attachments:
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 11:22
Mind that an easy workaround is to add the slash to the proxy_pass directive,
e.g.:
proxy_pass http://127.0.0.1:4200/;
Original comment by alexande...@esaturnus.com
on 2 Jul 2013 at 8:26
Original issue reported on code.google.com by
digginch...@gmail.com
on 1 Jan 2012 at 12:27