Welcome! Log In Create A New Profile

Advanced

Re: cannot load php page, please help

September 25, 2010 09:26PM
in my "/usr/local/nginx/sites-enabled", theres only one file "default"

here's the code.


[code]
server {
listen 80;
server_name localhost;

location / {
root html;
index index.php index.html index.htm;
}

# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html
{
root html;
}
}
[/code]


mike Wrote:
-------------------------------------------------------
> Show us which sites-enabled site config this is.
>
> On Sep 25, 2010, at 5:34 PM, "feelexit" wrote:
>
Subject Author Posted

cannot load php page, please help

feelexit September 25, 2010 08:25PM

Re: cannot load php page, please help

mike September 25, 2010 08:30PM

Re: cannot load php page, please help

feelexit September 25, 2010 08:34PM

Re: cannot load php page, please help

mike September 25, 2010 08:50PM

Re: cannot load php page, please help

feelexit September 25, 2010 09:26PM

Re: cannot load php page, please help

feelexit September 25, 2010 11:15PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 307
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready