X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-www%2Fsite.conf;h=13786a66b744639da283293652654ee0d782039a;hb=5c42a4d606c3fb4de3420b220d45077b08f13a40;hp=158a7a8a8e94b76e635ec326c84a049734754ea1;hpb=b7595a000cae850e0702938336ce116376bc7d67;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-www/site.conf b/etc/nginx/site.d/lhc-www/site.conf index 158a7a8..13786a6 100644 --- a/etc/nginx/site.d/lhc-www/site.conf +++ b/etc/nginx/site.d/lhc-www/site.conf @@ -37,7 +37,6 @@ location ~ \.php$ { fastcgi_cache_valid 404 10m; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; fastcgi_index index.php; - fastcgi_max_temp_file_size 2M; fastcgi_no_cache $no_cache; fastcgi_param REDIRECT_STATUS 200; # NOTE: PHP only, required if PHP was built with --enable-force-cgi-redirect @@ -45,7 +44,7 @@ location ~ \.php$ { fastcgi_pass_header Set-Cookie; fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_pass unix:/run/php5/fpm/lhc-www; + fastcgi_pass unix:/run/php5/fpm/lhc_www; } # vim: ft=sh