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

ci tp重定向

时间:2018-05-16 16:37:58      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:定向   amp   css   server   serve   erro   default   clu   重定向   

server
    {   
        listen 80; 
        #listen [::]:80;
        server_name tpblog.yeves.com;
        index index.html index.htm index.php default.html default.htm default.php;
        root  /www/my/tpblog/public;

        include other.conf;
        #error_page   404   /404.html;
        include enable-php.conf;
        location /{
            try_files $uri $uri/ /index.php?$uri&$args;
        }   
        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {   
            expires      30d;
        }   

        location ~ .*\.(js|css)?$
        {   
            expires      12h;
        }   

        location ~ /\. 
        {   
            deny all;
        }   

    
    } 

  

ci tp重定向

标签:定向   amp   css   server   serve   erro   default   clu   重定向   

原文地址:https://www.cnblogs.com/php-linux/p/9046401.html

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