Neo4j HA cluster with Nginx

2016-08-23 Thread Nenad Dimitrijevic
I found this articl how to do it with HA proxy: http://fossies.org/linux/neo4j/enterprise/ha/src/docs/dev/haproxy.asciidoc Is there any reading or example about how to configure Neo4j HA cluster with Nginx using bolt protocol? -- m _

nginx location fine routing multiple backend

2014-02-20 Thread nenad
I neet to route requests to multiple backends, and I'm can't match all, what I have so far: ... root /srv/www; == below does what it should == location ~ /assets/(.+\.(?:gif|jpe?g|png|txt|html|css|eot|svg|ttf|woff|swf|js))$ { alias /srv/www2/$1; } ==> below should match only: /, /en, /

Re: nginx 1.4.x file upload multipart ecoded

2013-07-29 Thread nenad
Thank you agentzh, it look as it can do the job. Do you know if there will be some performance related Issues with usage of the lua module? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241277,241346#msg-241346 ___ nginx mailing list nginx

nginx 1.4.x file upload multipart ecoded

2013-07-25 Thread nenad
How I can handle multipart data uploads with the latest nginx release? The good old upload module won^t compile anymore. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241277,241277#msg-241277 ___ nginx mailing list nginx@nginx.org http://m