Welcome! Log In Create A New Profile

Advanced

Re: Caching any point to go in ram ?

June 13, 2013 01:31PM
Hello Maxim,

Maybe, but it seems normal since I looked all the major websites having the same issue.

So if everybody has this issue, it is not an issue anymore per se.



I tried this configuration :

[code]
proxy_cache_path /srv/http/mysite/proxy levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;
[/code]
in the http

and :

[code]
location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
proxy_cache STATIC;
proxy_cache_valid 200 1d;
}
[/code]

But it doesn't happen to work.

I don't have another web server to cache so I don't want to pass the packets to.. any other backend, right ?

(I may be wrong somewhere)

Thanks,

Larry
Subject Author Posted

Caching any point to go in ram ?

Larry June 07, 2013 08:02AM

Re: Caching any point to go in ram ?

Maxim Dounin June 07, 2013 10:52AM

Re: Caching any point to go in ram ?

Larry June 13, 2013 01:31PM

Re: Caching any point to go in ram ?

Larry June 13, 2013 02:00PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 167
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready