傅令江的光影色彩世界
nginx中配置emlog的rewrite规则
2014-7-9 令狐江

nginx中配置emlog的rewrite规则,在emlog站点的nginx配置文件里加入:
location / { index index.php index.html;
nginx中配置emlog的rewrite规则,在emlog站点的nginx配置文件里加入:

 

location / {
        index index.php index.html;
        if (!-e $request_filename)
        {
                rewrite ^/(.+)$ /index.php last;
        }
}


发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容