Problems getting NginX to cache [SOLVED]

Mike nginx at norgie.net
Sun Mar 28 04:03:02 MSD 2010


On Sat, Mar 27, 2010 at 12:40:28PM +0000, Mike wrote:
> Folks,
> 
> I've been trying to setup NginX as a frontend cache for a webserver.
> This is rather challenging, as the documentation is a little flakey but
> it does look like it should be fairly straight forward.  The reverse
> proxing is working just fine, it just doesn't cache anything.  This is
> on version nginx version: nginx/0.7.65
> 

Seems that the solution to this was to comment out the following two
lines:

#proxy_store          on;
#proxy_store_access   user:rw  group:rw  all:r;

Or rather, to turn proxy_store off.  The cache appears to be caching
quite happilly now.

Mike.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://nginx.org/pipermail/nginx/attachments/20100328/dddb0e85/attachment.pgp>


More information about the nginx mailing list