You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, nginx will do a stat on every request uri to see if it's a directory when the open file cache isn't enabled. try_files handler is called before all content handlers...
Hi,
I'm testing your module to prevent problems when NFS server is down. The config is quite simple, like the sample in README file.
And it's working :
find /data/cache1/nginx/nfscache/ -type f | wc -l ; du -hs /data/cache1/nginx/nfscache/
17985
257M /data/cache1/nginx/nfscache/
Logging displays lots of HITs.
But the RPC calls didn't decrease as expected.
Is that normal ? Did you do a "stat" or something at every hit ?
The text was updated successfully, but these errors were encountered: