Replies: 1 comment 1 reply
-
这很正常,这是 Nginx 的特性。你可以配置 default_server 或者修改配置文件参考 https://github.com/0xJacky/nginx-ui/pull/418/files 进行阻止。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
比如我第一个域名站点是
abc.example.com
,另一个站点是xyz.example.com
当我禁用
xyz.example.com
之后,输入xyz.example.com
网址会打开abc.example.com
对应的服务(浏览器显示的域名还是xyz.example.com
)但是,如果我随意输入一个没有配置过的域名,就是正常无法解析的,网页什么也打不开
版本号是2.0.0-rc.4 (387)
Beta Was this translation helpful? Give feedback.
All reactions