Re: Disable open_file_cache for a specific location

2013-07-10 Thread Francis Daly
On Tue, Jul 09, 2013 at 09:11:56AM -0400, Peleke wrote: Hi there, > Yes, you are right. Such a small change! Yes. nginx and wordpress do tend to work well together, so "typical" fixes are usually straightforward. > Thanks a lot and sorry for taking such a long time. Next time I know how to > p

Re: Disable open_file_cache for a specific location

2013-07-09 Thread Peleke
Yes, you are right. Such a small change! Thanks a lot and sorry for taking such a long time. Next time I know how to post a proper question. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240504,240687#msg-240687 ___ nginx mailing list nginx

Re: Disable open_file_cache for a specific location

2013-07-08 Thread Francis Daly
On Mon, Jul 08, 2013 at 03:42:31PM -0400, Peleke wrote: Hi there, > http://www.peleke.de/galerie/google/ > Nothing happens after a click on an album thumbnail. You will only see a > reload of the page and this added to the URL: > ?page_id=0&albid=5898003541337462625 (for example) which should sho

Re: Disable open_file_cache for a specific location

2013-07-08 Thread Peleke
Okay: This is the demo gallery of the gallery plugin I (want to) use: http://wp.oopstouch.com/?page_id=22 As you can see the first thumbnail pictures are thumbnails for different albums. When you click on one of them the album will be opened and then you can click on a thumbnail picture again to

Re: Disable open_file_cache for a specific location

2013-07-08 Thread Francis Daly
On Sun, Jul 07, 2013 at 04:27:23PM -0400, Peleke wrote: Hi there, > Sorry but my last message was delayed, may be you didn't see it but the > problem is still not solved and it worked before with Apache. I would be > happy if you could help me, thanks! >From all of the words you have written so

Re: Disable open_file_cache for a specific location

2013-07-07 Thread Peleke
Sorry but my last message was delayed, may be you didn't see it but the problem is still not solved and it worked before with Apache. I would be happy if you could help me, thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240504,240630#msg-240630 _

Re: Disable open_file_cache for a specific location

2013-07-05 Thread Peleke
The problem still exists. You can only see the album thumbnails but it should be possible to click on them to see all pictures from an album and then see them in full screen. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240504,240594#msg-240594 ___

Re: Disable open_file_cache for a specific location

2013-07-05 Thread Peleke
No, the problem is not solved: You can see the album thumbnails but when you click on them there should be a page with the different pictures from that album which you can view in full screen mode. You can see how it should work on http://wp.oopstouch.com/?page_id=22 and I think the problem is rel

Re: Disable open_file_cache for a specific location

2013-07-04 Thread Jonathan Matthews
On 3 July 2013 23:17, Francis Daly wrote: > On Wed, Jul 03, 2013 at 09:45:44AM -0400, Peleke wrote: > >> Try Flickr or Google+ instead, that error message isn't related to the >> problem I mentioned, sorry. > > Good news! I see no evidence of the nginx-related problem that you have > described, on

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Francis Daly
On Wed, Jul 03, 2013 at 09:45:44AM -0400, Peleke wrote: > Try Flickr or Google+ instead, that error message isn't related to the > problem I mentioned, sorry. Good news! I see no evidence of the nginx-related problem that you have described, on either of those two pages, so I presume that you fix

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Peleke
Try Flickr or Google+ instead, that error message isn't related to the problem I mentioned, sorry. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240504,240539#msg-240539 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: Disable open_file_cache for a specific location

2013-07-03 Thread Francis Daly
On Tue, Jul 02, 2013 at 08:16:00PM -0400, Peleke wrote: Hi there, > Sorry, maybe it is only related to the permalink structure which worked with > Apache before server move. Could be; the fact that this is a new nginx deployment which used to be an apache deployment is probably useful informati

Re: Disable open_file_cache for a specific location

2013-07-02 Thread Peleke
Sorry, maybe it is only related to the permalink structure which worked with Apache before server move. The gallery script adds it own extensions to the address. You can see it live on www.peleke.de/galerie and then click on one of the three gallery sources (Flickr, Facebook or Google+). Can you

Re: Disable open_file_cache for a specific location

2013-07-02 Thread Francis Daly
On Tue, Jul 02, 2013 at 05:24:15PM -0400, Peleke wrote: Hi there, > I have set the open_file_cache variable to max=5000 inactive=20s so that it > is enabled globally but now I want to disable all caching for a specific > virtual location on a domain: http://nginx.org/r/open_file_cache describes

Disable open_file_cache for a specific location

2013-07-02 Thread Peleke
I have set the open_file_cache variable to max=5000 inactive=20s so that it is enabled globally but now I want to disable all caching for a specific virtual location on a domain: - open_file_cache max=5000 inactive=20s; -- location ^~ /gallery { open_file_cache off; } Sadly that