3

只有当我添加时才会发生:

location / {
proxy_pass https://backend-server.local:443;
}

日志说:

2021/06/14 18:48:56 [alert] 700448#0: *2 epoll_ctl(1, 7) failed (17: File exists), client: 1.2.3.4, server: backend-server.local, request: "POST / HTTP/3", host: "backend-server.local"

我已经编译了./configure --prefix=/usr/local/nginx --build=quiche-7eb57c4 --with-http_ssl_module --with-http_v2_module --with-http_v3_module --with-openssl=../quiche/deps/boringssl --with-quiche=../quiche --with-debug,并且这只发生在请求正文与请求一起发送时。我该如何解决这个问题?

我在 github 中使用了最新版本的 nginx,并在 github 中使用了最新版本的 quiche。

当在 nginx.conf 中添加时,这似乎消失了proxy_store on,但它开始显示错误,例如

2021/06/20 18:12:01 [crit] 12151#0: *1 mkdir() "/usr/local/nginx/html/assets/ttf" failed (2: No such file or directory) while reading upstream, client: 127.0.0.1, server: www.example.com, request: "GET /assets/ttf/Example/Example-Regular.ttf HTTP/3", upstream: "http://127.0.0.1:80/assets/ttf/Example/Example-Regular.ttf", host: "www.example.com", referrer: "https://www.example.com/
4

0 回答 0