Correcttion : Pas de - dans les nom d'utilisateurs ayant acces a mysql
[lhc/ateliers.git] / etc / nginx / site.d / lhc-www / site.conf
index 158a7a8..5eabe39 100644 (file)
@@ -45,7 +45,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