博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ci重写 配置文件
阅读量:6842 次
发布时间:2019-06-26

本文共 861 字,大约阅读时间需要 2 分钟。

server    {        listen 80;        #listen [::]:80;        server_name wangyongshun.xyz www.wangyongshun.xyz;        index index.html index.htm index.php default.html default.htm default.php;        root  /www/yeves;        include other.conf;        #error_page   404   /404.html;        # Deny access to PHP files in specific directory        #location ~ /(wp-content|uploads|wp-includes|images)/.*\.php$ { deny all; }        include enable-php.conf;        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$        {            expires      30d;        }		 location /{	      try_files $uri $uri/ /index.php?$uri&$args;         }        location ~ .*\.(js|css)?$        {            expires      12h;        }        location ~ /.well-known {            allow all;        }        location ~ /\.        {            deny all;        }        access_log off;    }

  

转载地址:http://fbzul.baihongyu.com/

你可能感兴趣的文章
ECS 添加 SSH 用户
查看>>
java 生产者消费者问题 并发问题的解决(转)
查看>>
借力蚂蚁金融云 怪兽充电EBoss1.0系统1秒可处理万笔订单
查看>>
WebAPI增加Area以支持无限层级同名Controller
查看>>
动态内存分配的C代码示例
查看>>
Windows下MySQL的绿化与精简
查看>>
从ramdisk根文件系统启动Linux成功,及使用initramfs启动linux
查看>>
SDL音频播放
查看>>
dubbox REST服务使用fastjson替换jackson
查看>>
HTML5 直播协议之 WebSocket 和 MSE
查看>>
传统物流商业模式难以为继,物联网等新技术带来了哪些新思路?
查看>>
使用VS2015编译grpc_1.3.1
查看>>
阿里云 CDN HTTPS 最佳实践——TLS record size
查看>>
云计算关注虚拟化安全
查看>>
浅谈网络游戏《天龙X部》的文件加密格式
查看>>
Hadoop会取代数仓吗?看硅谷专家怎么说
查看>>
Duilib学习笔记《04》— 窗体显示
查看>>
C/C++ 笔试、面试题目大汇总 [转]
查看>>
最高检:各级检查机关应积极参与互金风险专项整治,严厉打击新“庞氏骗局”...
查看>>
云计算体验与成本双赢背后:需平衡集约、分布部署
查看>>