>From our team: Not Nginx specifically. Internally we use a Haproxy reverse proxy. I think the only things we've had to do are set an explicit timeout for the tunnelled connections (2 min) and configure it to log at the start of a connection (because connection pooling makes disconnection rare).
On Wed, Jun 21, 2017 at 6:55 PM, <[email protected]> wrote: > I think nginx is causing connection refused on localhost:7474 > > Do you have the settings for nginx? > > On Wednesday, June 21, 2017 at 9:22:21 AM UTC+1, Michael Hunger wrote: >> >> >> On Wed, Jun 21, 2017 at 10:18 AM, <[email protected]> wrote: >> >>> http://localhost:7474/ >> >> >> this endpoint is unauthenticated: http://localhost:7474/ >> >> use to test: http://localhost:7474/db/data/ >> >> use /db/data/transaction >> not sure how the old endpoint works with regard to auth >> >> -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
