Nginx and token in localstorage

2018-10-23 Thread Brian W.
There is one issue I am still seeing. If I use the provided ldap tools and auth with this, and set the cookie to expire, when it expires and a user goes there they get a 200 error from a consul server. It looks like a small localstorage based token is being left behind, and if it is deleted, or if

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-23 Thread Francis Daly
On Fri, Oct 19, 2018 at 11:27:09PM +0200, Stefan Müller wrote: Hi there, > thank you for the update You're welcome. > 1. documentation >I've read up and down the documentation and other sources. I could >not find anything saying that if you run the nginx binary, you run a >new insta

Split single file!

2018-10-23 Thread shahzaib mushtaq
Hi, We have a js file which is 1.1Mb large. This file needs to be loaded 100% in order to load the website which sometimes take bit time. So we were thinking if there's a way we can split this file request into multiple requests and make it load parallel with help of nginx? Regards.