Fix issue 619

This commit is contained in:
Thor Erik Lie 2017-03-08 09:26:08 +01:00
parent 84b742315a
commit 048b55186e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}