ホームページ > php教程 > PHP源码 > nginx配置CI框架

nginx配置CI框架

PHP中文网
リリース: 2016-05-25 17:00:27
オリジナル
1875 人が閲覧しました

nginx配置CI框架

server {
        listen       80;
        server_name    www.ci.com;
        location / {
            root   d:/www/Codeigniter_2.0.1/;
            index  index.html index.htm index.php;
        rewrite ^/$ /index.php last;
        rewrite ^/(?!index\.php|robots\.txt|images|js|styles)(.*)$ /index.php/$1 last;
        }
    location ~ ^(.+\.php)(.*)$ {
        root       D:/www/Codeigniter_2.0.1/;
        fastcgi_index    index.php;
        fastcgi_split_path_info ^(.+\.php)(.*)$;
        fastcgi_param    SCRIPT_FILENAME    $document_root$fastcgi_script_name;
        fastcgi_param    PATH_INFO        $fastcgi_path_info;
        fastcgi_param    PATH_TRANSLATED    $document_root$fastcgi_path_info;
        fastcgi_pass    127.0.0.1:9002;
        include    fastcgi_params;
    }
}
ログイン後にコピー

                   

 以上就是nginx配置CI框架的内容,更多相关内容请关注PHP中文网(www.php.cn)!

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート