当前位置: 首页 > 工具软件 > NGINXConfig > 使用案例 >

kohana nginx config

祁驰
2023-12-01
root /nginx/html/kohana/kohana ;  


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

相关阅读

相关文章

相关问答