Replies: 1 comment
-
之前的解释是错的(避免误导已删除),我现在已经解决这个问题,我来简单分析解决方法吧 为什么产生这个问题?一般来说反向代理都会有这样的语句:
怎么解决?知道问题原理就好办了,既然
这样走 |
Beta Was this translation helpful? Give feedback.
0 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.
-
我通过手动编译 nginx 使 nginx 支持 http3
但当我为 alist 配置好了 http3 之后却导致访问时出现
400 Bad Request: missing required Host header
操作系统是 Debian 12
下面是我编译 nginx 的步骤和 nginx 配置文件
把下面代码写入
/usr/lib/systemd/system/nginx.service
启动 nginx
systemctl start nginx
nginx 配置文件
但我访问 alist 的网址时却得到

Beta Was this translation helpful? Give feedback.
All reactions