Fix issue 619
This commit is contained in:
parent
84b742315a
commit
048b55186e
|
@ -25,6 +25,6 @@ http {
|
|||
gzip_disable "msie6";
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-available/*;
|
||||
open_file_cache max=100;
|
||||
open_file_cache off; # Disabled for issue 619
|
||||
charset UTF-8;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue