VPS侦探论坛

 找回密码
 注册
查看: 5077|回复: 1

伪静态 nginx问题求助

[复制链接]
发表于 2012-6-27 17:50:48 | 显示全部楼层 |阅读模式

if (!-e $request_filename)
{



rewrite "^/welcome$"  /index.php last;

rewrite "^/links$"  /link.php last;

rewrite "^/shop$"   /shop.php last;

rewrite "^/second$"   /second.php last;

rewrite "^/invite$"  /invite.php last;

.......
}
==============
我用的程序里带的伪静态 nginx.conf 文件里内容是这样的


咋用在LNMP上啊
LNMP的内容是
server

{

listen       80;

server_name 127.0.0.1;

index index.html index.htm index.php default.html default.htm default.php;

root  /home/wwwroot/sda;


include other.conf;

location ~ .*\.(php|php5)?$

{

fastcgi_pass  unix:/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;

}

===========

是不是在这后面接着加上啊
我加上了
VPS瘫痪了
删了 VPS就好了
老大帮忙看下咋弄

[ 本帖最后由 kua5 于 2012-6-27 17:51 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2012-6-27 21:35:45 | 显示全部楼层

回复 1# 的帖子



include other.conf;    #把伪静态文件复制到nginx.conf目录下other.conf 改成你伪静态的文件名如 weijingtai.conf
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-11-17 17:50 , Processed in 0.025245 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表