We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use this plugin (1.10) in nginx 1.4.3 wih these settings
slowfs_cache_path /var/spool/slowfs/cache levels=1:2 keys_zone=slowfs_cache:128M max_size=40G inactive=3d; ... location / { log_not_found off; slowfs_cache_valid 7d; error_page 404 = @bild_fallback; } location /staticweb/images/product/ { slowfs_cache_valid 7d; } ...
But the cache folder exceeds the max_size of 40GB. We have to shutdown nginx and do a manual cleanup in order to solve this issue.
The text was updated successfully, but these errors were encountered:
What FS did you use for your cache? I've found that max_size might not be honoured on ext3, but is on ext4.
Sorry, something went wrong.
We used ext3
No branches or pull requests
We use this plugin (1.10) in nginx 1.4.3 wih these settings
But the cache folder exceeds the max_size of 40GB. We have to shutdown nginx and do a manual cleanup in order to solve this issue.
The text was updated successfully, but these errors were encountered: