diff --git a/conf/nginx.conf b/conf/nginx.conf index e282b51..778f730 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location PATHTOCHANGE { location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; - fastcgi_pass unix:/var/run/php5-fpm.sock; + fastcgi_pass unix:/var/run/php5-fpm-movim.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param REMOTE_USER $remote_user;