上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 153 下一页
摘要: 木易杨前端进阶 https://muyiy.cn/question/ 前端瓶子君 https://www.pzijun.cn/ 面试完50个人后我写下这篇总结 https://juejin.cn/post/6844904019165446158 阅读全文
posted @ 2023-02-14 17:19 tc310 阅读(50) 评论(0) 推荐(0)
摘要: 使用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配置知识介绍,英文的 项目地址: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)
摘要: 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)
摘要: 原文: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 下一页