Re: hide/strip set cookies on static files and howto use alias

2016-04-10 Thread Francis Daly
On Sat, Apr 09, 2016 at 09:16:33AM -0400, JoakimR wrote: Hi there, > Another Q For ease of searching in future, it probably will be simpler if new unrelated questions start new message threads, with a Subject: line that is relevant. > Hi do have this in my domain.conf > > location /admin

Re: hide/strip set cookies on static files and howto use alias

2016-04-09 Thread JoakimR
Hi Francis, and of course everyone else Another Q Hi do have this in my domain.conf location /admin { index index.php; access_log off; log_not_found off; expires 0; } but yet,

Re: hide/strip set cookies on static files and howto use alias

2016-04-08 Thread Francis Daly
On Fri, Apr 08, 2016 at 05:06:19AM -0400, JoakimR wrote: Hi there, > Hi Francis Daly thank you very much for your reply You're welcome. > Let's brake this down one by one. I followed you suggestion and added > fastcgi_connect_timeout 600s; to the conf, however the pages still time out > after

Re: hide/strip set cookies on static files and howto use alias

2016-04-08 Thread JoakimR
Hi Francis Daly thank you very much for your reply Let's brake this down one by one. I followed you suggestion and added fastcgi_connect_timeout 600s; to the conf, however the pages still time out after ~75 sec as expected do to this

Re: hide/strip set cookies on static files and howto use alias

2016-04-05 Thread Francis Daly
On Mon, Apr 04, 2016 at 12:29:32PM -0400, JoakimR wrote: Hi there, > I have a few questions about how do I configure it. It's worth making sure that you are aware how nginx works, which is (very briefly and roughly): * one request is handled in one location{} * only the configuration in, or

hide/strip set cookies on static files and howto use alias

2016-04-04 Thread JoakimR
Hi I have a few questions about how do I configure it. First question: How do I strip the "Set-Cookie" header from all static files like css and jpg? I know i can setup a reverse proxy and use "proxy_hide_header Set-Cookie", but seems like foolish to make yet another host, just to reverse to