php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Maxim Dounin mdounin at mdounin.ru
Tue Nov 8 09:47:42 UTC 2011


Hello!

On Tue, Nov 08, 2011 at 04:25:57AM -0500, abcomp01 wrote:

> 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;
> 		}

Try looking into error_log, it likely has explanation of the error 
returned.

Maxim Dounin



More information about the nginx mailing list