nginx安装第三方ngx_cache_purge模块,purge命令清除静态缓存 https://blog.csdn.net/lzxlfly/article/details/77885302 原已经安装好的nginx,现在需要添加一个未被编译安装... 2019年01月31日 阅读 410 次浏览 发表评论 阅读全文
laravel中间件 中间件为过滤进入应用程序的HTTP请求提供了一种方便的机制。例如,Laravel 内置了一个中间件来验证用户的身份认证。如果用户没有通过身份认证,中间件会将用户重定... 2019年01月30日 阅读 284 次浏览 发表评论 阅读全文
无公网IP搞定群晖+ZEROTIER ONE实现内网穿透 https://post.smzdm.com/p/741270/ curl -s 'https://pgp.mit.edu/pks/lookup?op=get&am... 2019年01月30日 阅读 362 次浏览 发表评论 阅读全文
cdn缓存过期配置 https://cloud.tencent.com/document/product/228/6290 <?php header("Cache-... 2019年01月25日 阅读 362 次浏览 发表评论 阅读全文
cdn鉴权配置 https://cloud.tencent.com/document/product/228/13677 CDN 上分发的内容为默认公开资源,为了避免恶意用户通过技... 2019年01月25日 阅读 276 次浏览 发表评论 阅读全文
ajax完美解决跨域问题(jsonp、nginx反向代理) https://blog.csdn.net/nuli888/article/details/51851241 第一种:使用jsonp,jquery的ajax方法支持... 2019年01月24日 阅读 246 次浏览 发表评论 阅读全文
Nginx设置Js、Css等静态文件的缓存过期时间 https://www.cnblogs.com/kgdxpr/p/4903367.html location ~.*\.(js|css|html|png|jpg)$... 2019年01月23日 阅读 269 次浏览 发表评论 阅读全文
windows关机重启命令 https://zhidao.baidu.com/question/587542498.html 使用cmd命令关机重启。 方法如下: 1、点击开始图标-运行(快捷... 2019年01月21日 阅读 269 次浏览 发表评论 阅读全文
nginx中return简单测试使用 https://blog.csdn.net/wuxu_nanjing/article/details/79173643 在nginx 配置文件中,经常会发现有很对r... 2019年01月21日 阅读 276 次浏览 发表评论 阅读全文