Re: NTLM sharepoint when use nginx reverse proxy

2018-03-04 Thread sonpg
i try to using diffirent port but sharepoint site get error: ERR_EMPTY_RESPONSE stream { upstream ecm { hash $remote_addr consistent; server ecm.test.vn:80 weight=5; server 10.68.8.182:80max_fails=3 fail_timeout=30s;

Re: thread_pool in Windows

2018-03-04 Thread Maxim Dounin
Hello! On Sat, Mar 03, 2018 at 10:27:21PM -0500, Sergey Sandler wrote: > I am running Nginx as a proxy for a single-threaded server (Shiny R) in > Windows;both the proxy and the server are located on the same machine. There > are delays due to timeout errors: > "upstream timed out: A connecti

RE: fsync()-in webdav PUT

2018-03-04 Thread Reinis Rozitis
> That's what really kills performance, because of the async nature of > nginx. That's why I'm proposing an option to do the fsync at the end of > the PUT (or maybe even the whole operation) in a thread(pool). Then again this way you make it again "asynchronous" (since it is/could be waiting in s