Merge pull request #659 from thorerik/fix-issue-619

Fix issue 619
This commit is contained in:
Mahmoud Zalt 2017-03-16 13:21:17 -04:00 committed by GitHub
commit 218ffe641e

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