php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "
abcomp01
nginx-forum at nginx.us
Tue Nov 8 09:25:57 UTC 2011
php-fpm and nginx return "The page you are looking for is temporarily
unavailable. Please try again later. "
call http://173.212.207.146/upload/info.php
location ~ \.php$ {
root /home/admin/18loadnet;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /home/admin/info.php;
include /etc/nginx/fastcgi_params;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,217967,217967#msg-217967
More information about the nginx
mailing list