Be aware that nginx's reverse-proxy configuration may not fully support HTTP 1.1 semantics. If you need those semantics, you might be better off using a dedicated reverse proxy like haproxy or pound.
Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://basho.com/ On Dec 2, 2010, at 7:55 AM, Stefan Scott Alexander wrote: > To Sven: Thanks for the nginx.conf file tailored to Riak - this will come in > handy. > > - Stefan Scott > > Sven Reidel wrote: > Hi, there's a nice nginx config for loadbalancing a riak cluster at: > > http://rigelgroupllc.com/wp/blog/using-nginx-as-a-front-end-for-riak > > Personally, even with that in place I wouldn't open those ports up to the > public without, some access control system in front of it :). > > On Thu, Dec 2, 2010 at 1:43 AM, Andrew Stone <[email protected]> > wrote: > I second that actually and should have put it in my initial response. > > -Andrew > > > On Wed, Dec 1, 2010 at 10:33 PM, Alexander Sicular <[email protected]> wrote: > Testing aside, I would not bind a production riak to an external > interface. The recommended method is to access riak via an > intermediary like nginx. > > -alexander > > On 2010-12-01, Andrew Stone <[email protected]> wrote: > > Hi Stefan, > > > > You need to configure Riak to listen on the right interface. You are trying > > to hit it from 127.0.0.1 which is only available from the local machine. > > > > If you set web_ip to 0.0.0.0 in app.config for riak_core it will listen on > > all interfaces. Then you can try to hit it with a curl remotely using > > myhost.com from your browser. > > > > -Andrew > > > > On Wed, Dec 1, 2010 at 9:27 PM, Stefan Scott Alexander < > > [email protected]> wrote: > > > >> Hi - > >> > >> SUMMARY: > >> This may be a silly question but... after installing Riak via ssh, can I > >> (or should I) test *remotely* it from a browser? > >> > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
