We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b7423 commit 048b551Copy full SHA for 048b551
1 file changed
nginx/nginx.conf
@@ -25,6 +25,6 @@ http {
25
gzip_disable "msie6";
26
include /etc/nginx/conf.d/*.conf;
27
include /etc/nginx/sites-available/*;
28
- open_file_cache max=100;
+ open_file_cache off; # Disabled for issue 619
29
charset UTF-8;
30
}
0 commit comments