Update nginx.conf

This commit is contained in:
VirtuBox 2017-12-15 19:18:07 +01:00 committed by GitHub
parent a11dc565b1
commit d741f43554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ http {
fastcgi_read_timeout 300;
client_max_body_size 100m;
open_file_cache max=10000 inactive=5m;
open_file_cache_valid 2m;
open_file_cache_min_uses 1;
open_file_cache_errors on;
#GeoIP (optional)
#geoip_country /usr/local/share/GeoIP/GeoIP.dat;