X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fgitweb%2Fsite.conf;h=70fb600f1cd3ba800516f74106aa9e47199abb83;hp=d27614cb47f52f6aeea49d099bdd33ada164a23a;hb=5c42a4d606c3fb4de3420b220d45077b08f13a40;hpb=7162111397558c874a76b510aa16954dfc566a37 diff --git a/etc/nginx/site.d/gitweb/site.conf b/etc/nginx/site.d/gitweb/site.conf index d27614c..70fb600 100644 --- a/etc/nginx/site.d/gitweb/site.conf +++ b/etc/nginx/site.d/gitweb/site.conf @@ -51,7 +51,6 @@ location @gitweb { fastcgi_cache_valid 200 10s; fastcgi_cache_valid 404 30m; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; - fastcgi_max_temp_file_size 2M; fastcgi_no_cache $no_cache; fastcgi_param GITWEB_CONFIG /etc/gitweb/gitweb.conf; fastcgi_param PATH_INFO $uri;