-
Early hints reduce additional 30% of server latency and page request time.
You can google work of Cloudflare.
Thanks and
Best regards
-
Below is my nginx.conf.
#user nobody;
worker_processes 1;
error_log logs/error.log debug_event debug_http debug_core;
daemon off;
#error_log logs/error.log;
#error_log logs/error.log n…
-
I could imagine that one has an nginx in front of Deno that is responsible for on the fly encoding. In that case you want Deno to leave the responses as "pure" as possible. I don't think we per-se _ne…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I already opened this idea with @Ja…
-
Feature alquanto inutile ma interessante: Usare [goquic](https://github.com/devsisters/goquic) per avere un reverse proxy QUIC+SPDY3.
È un progetto a parte, ma sarebbe bello poter avere un pulsantone…
-
**Describe the bug**
Opening this as a centralized place for this issue.
**To Reproduce**
Was unable to directly reproduce on my own tunnel, but the from what I have gathered from others:
The is…
-
(gdb) bt
#0 0x00007f0aa37ed2c7 in raise () from /lib64/libc.so.6
#1 0x00007f0aa37ee9b8 in abort () from /lib64/libc.so.6
#2 0x00007f0aa382fe17 in __libc_message () from /lib64/libc.so.6
#3 0x0…
-
It is expected that the listen configuration can be added to the annotation, and do not merge configurations with different ports but the same server_name.
I hope to add these parameter annotations:
…
-
I am trying to build the Brotli modules on Ubuntu 20.04 on a Raspberry Pi 4. I tried building with the master and the RC1, but em encountering the same errors. Below is the error I am encountering:
…
-
POST request failed when use curl with quiche upload file to nginx-quiche. Is it already known issue?
how to reproduce this error:
. setup nginx-quiche as http3 reverse proxy in front of python up…