Modification : letabli.cyclocoop.org : pgsql -> mysql.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-letabli / site.conf
index be97db0..49db553 100644 (file)
@@ -45,7 +45,7 @@ location ~ \.php(|/.+)$ {
        fastcgi_pass_header Set-Cookie;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
        
-       fastcgi_pass unix:/run/php5/fpm/cyclo_letabli;
+       fastcgi_pass unix:/run/php5/fpm/letabli;
  }
 
 # vim: ft=sh