Modification : raccourcissement des noms UNIX pour MySQL : php5_ -> php_ .
[lhc/ateliers.git] / etc / nginx / site.d / lhc-stats / site.conf
index f721c27..986e3b9 100644 (file)
@@ -60,7 +60,7 @@ location = /piwik.php {
        fastcgi_no_cache $no_cache;
        fastcgi_param REDIRECT_STATUS 200;
        
        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.
  }
 location ~* ^.+\.php$ {
  ## Any other attempt to access PHP files redirects to the root.