commit f668724d9190e7968967e472e84e69906d06f470 parent eb92ad740bd35c6c0b2ecfb5266b9cc623f510da Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 22 Mar 2026 23:14:48 +0100 drop reuseport hyper-optimization for now Diffstat:
| M | roles/webserver/files/etc/nginx/conf.d/http2-http3.conf | | | 14 | -------------- |
1 file changed, 0 insertions(+), 14 deletions(-)
diff --git a/roles/webserver/files/etc/nginx/conf.d/http2-http3.conf b/roles/webserver/files/etc/nginx/conf.d/http2-http3.conf @@ -21,16 +21,3 @@ ssl_early_data on; # ssl_dhparam /etc/ssl/private/dhparam.pem; # ssl_protocols TLSv1.3 TLSv1.2; # ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; - -# Dummy server because 'reuseport' must be specified, but only -# exactly once, so we use this dummy to basically only set 'reuseport' -# (because putting it into listen.conf.inc would not work). -server { - listen 443 quic reuseport; - listen [::]:443 quic reuseport; - server_name _; - return 444; # drop unmatched requests silently - - # We just need SOME certificate here, could use any. - include conf.d/challenger-tls.conf.inc; -} -\ No newline at end of file