码迷,mamicode.com
首页 > 其他好文 > 详细

kohana nginx的配置

时间:2014-11-03 17:43:26      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:kohana nginx

kohana nginx的配置

                location / {
                        if (!-e $request_filename) {    
                                rewrite ^/(.*)$ /index.php?kohana_uri=/$1 last;
                        }
                    index index.php  index.html index.htm;
                } 


kohana nginx的配置

标签:kohana nginx

原文地址:http://blog.csdn.net/phpfenghuo/article/details/40744065

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!