+2

where is cache folder?

Джон Панч hace 9 años actualizado hace 8 años 1
I'm using this code in Nginx config
location ~* ^.+\.(rss|atom|jpg|jpeg|gif|png|ico|rtf|js|css|woff)$ {
expires max;
}

Now all my CSS files in cache and i can't see my modifies. Even after I removed this text.
How to fix this problem?