X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-stats%2Fsite.conf;h=986e3b93b99633a24b861ae0cf929329ac88cb09;hp=f721c271dbe80007df57a36fab13c5effe0d86bc;hb=9075978ae94310fa7a27d9881d3cecc6150ca3e9;hpb=8861456f050ddaa2797cd93e9d2b7808b282d289 diff --git a/etc/nginx/site.d/lhc-stats/site.conf b/etc/nginx/site.d/lhc-stats/site.conf index f721c27..986e3b9 100644 --- a/etc/nginx/site.d/lhc-stats/site.conf +++ b/etc/nginx/site.d/lhc-stats/site.conf @@ -60,7 +60,7 @@ location = /piwik.php { fastcgi_no_cache $no_cache; fastcgi_param REDIRECT_STATUS 200; - fastcgi_pass php5_fpm_lhc_stats; + fastcgi_pass php_fpm_lhc_stats; } location ~* ^.+\.php$ { ## Any other attempt to access PHP files redirects to the root.