吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2753|回复: 1
收起左侧

[其他转载] Nginx服务器配置CI框架vhost文件配置

[复制链接]
yuechenxing 发表于 2016-4-5 15:23
本帖最后由 yuechenxing 于 2016-4-5 15:24 编辑

server {
          listen       80;
      server_name normaladmin.example.com;
      index index.html index.htm index.php;
       root /www/example;
   
       location / {
           index index.php
           root /www/example/ci;
          if ($request_filename !~ (js|css|images|robots\.txt|index\.php) ) {
          rewrite ^(.*)$ /index.php/$1 last;
          break;
          }
       }
      location ~ /index.php/ {
         fastcgi_pass   127.0.0.1:9000;
         fastcgi_index  index.php;
         include        fastcgi.conf;
      }
  
      location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
      {
          expires 30d;
      }
      location ~ .*\.(js|css)?$
      {
          expires 1h;
      }
      #include /server/nginx/conf/rewrite/qsj.conf;
      access_log  /server/log/nginx/access/renren.log;
  }

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

头像被屏蔽
陈南煜 发表于 2016-4-5 15:28
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-15 15:55

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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