Nginx Rewrite规则
摘要:location = / { # 精确匹配 / ,主机名后面不能带任何字符串 [ configuration A ] } location / { # 因为所有的地址都以 / 开头,所以这条规则将匹配到所有请求 # 但是正则和最长字符串会优先匹配 [ configuration B ] } loca
阅读全文
posted @ 2016-06-21 01:59
posted @ 2016-06-21 01:59
posted @ 2016-06-06 00:26
posted @ 2016-06-05 01:51
posted @ 2016-06-04 15:58
posted @ 2016-06-02 12:00
posted @ 2016-06-01 00:53
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
26 | 27 | 28 | 29 | 30 | 31 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
Powered by:
博客园
Copyright © 2025 Milton
Powered by .NET 9.0 on Kubernetes