502报错,傻眼
军歌歌,很奇怪,http://fiction.baowang.com报502错, 但 http://qun.baowang.com http://bbs.baowang.com同时都没问题.
http://fiction.baowang.com 配置如下:
server
{
listen 80;
server_name fiction.baowang.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/fiction.baowang.com;
include other.conf;
location ~ .*\.(php|php5)?$
{
fastcgi_passunix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
access_log off;
}
回复 1# 的帖子
已解决,https://bbs.vpser.net/viewthread.php?tid=1144&page=1&fromuid=3#pid733 谢谢军歌, 水平很高.
页:
[1]