Replies: 2 comments 8 replies
-
使用 :443, h3.xx.yy, zh.xx.yy 格式的主要作用是以 automate 方式申请证书。 |
Beta Was this translation helpful? Give feedback.
5 replies
-
反正,就是看了一圈下来这个:443 没有额外的作用,加了和没加,没有区别,都可以正常工作。满足需求 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
原配置我有一些疑问
- :443 这个似乎没必要加,用 xxxxxxx.xx.yy 这样随便的域名访问 可能会带来不必要的证书申请不会有问题见下面的回复- 即便不去掉,@host的 匹配器放在了 reverse_proxy之后,实际上也没有限制非指定域名或ip 走反代的逻辑,因为reverse_proxy排在第一个(排序问题我弄错了,顺序确实是 header reverse_proxy file_server)
Beta Was this translation helpful? Give feedback.
All reactions