会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tc310
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
153
下一页
2023年2月14日
【推荐】前端进阶
摘要: 木易杨前端进阶 https://muyiy.cn/question/ 前端瓶子君 https://www.pzijun.cn/ 面试完50个人后我写下这篇总结 https://juejin.cn/post/6844904019165446158
阅读全文
posted @ 2023-02-14 17:19 tc310
阅读(50)
评论(0)
推荐(0)
2023年1月9日
【转】nginx调优之使用return代替rewrite做重定向
摘要: 使用return代替rewrite做重定向 转自:https://www.jianshu.com/p/26dc6c2b5f43 原文地址:https://github.com/trimstray/nginx-admins-handbook/blob/master/doc/RULES.md#begin
阅读全文
posted @ 2023-01-09 18:59 tc310
阅读(241)
评论(0)
推荐(0)
【推荐】nginx-admins-handbook
摘要: 非常棒的nginx配置知识介绍,英文的 项目地址:https://github.com/trimstray/nginx-admins-handbook 中文翻译:https://www.jianshu.com/c/9f733b5ac74b https://weiliang-ms.github.io/
阅读全文
posted @ 2023-01-09 17:53 tc310
阅读(54)
评论(0)
推荐(0)
2023年1月7日
nginx配置文件中$request_uri变量
摘要: 1、变量作用 这个$request_uri就是完整url中刨去最前面$host剩下的部分, 比如http://www.qipa250.com/pan/beta/test1?fid=3这个url,去掉www.qipa250.com剩下的就是了, 日志里会看到打印出来的$request_uri其实是/p
阅读全文
posted @ 2023-01-07 15:28 tc310
阅读(2113)
评论(0)
推荐(0)
2023年1月6日
【转】Nginx之正则表达式、location匹配简介以及rewrite重写
摘要: 原文:https://blog.csdn.net/Xt991124/article/details/122434683 一、Nginx正则表达式 ^ :匹配输入字符串的起始位置 $ :匹配输入字符串的结束位置 * :匹配前面的字符零次或多次。如“ol*”能匹配“o”及“ol”、“oll” + :匹配
阅读全文
posted @ 2023-01-06 14:23 tc310
阅读(493)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
153
下一页
公告