Re: Set browser cache to current month!

2019-01-13 Thread Richard Demeny
browser cache = client-side cache. nginx cache = server-side cache. Set cache expiry flag ? On Sunday, January 13, 2019, shahzaib mushtaq wrote: > Hi, > > We've a location like /school for which we want to set browser cache > lifetime as 'current month'. Suppose /school is accessed on 10th Jan

Re: Virtual hosts sharing same port

2018-04-16 Thread Richard Demeny
It's possible if the so-called 'virtual machines' of yours are NOT on the same machine On Mon, 16 Apr 2018 10:19 A. Schulze, wrote: > > Frank Liu: > > > Can I use different listen parameters for virtual hosts using the same > > port? Eg, one vh has “listen 443 ssl;” and the other one has “listen

Re: fsync()-in webdav PUT

2018-03-05 Thread Richard Demeny
This needs to stop On Monday, March 5, 2018, Nagy, Attila wrote: > On 03/05/2018 12:54 PM, Reinis Rozitis wrote: > >> Jesus, why? You start the fsync in a thread and you wait for it to be >>> completed >>> with the HTTP response. Until this happens, the main thread can service >>> other >>> requ