disable keepalive for stub HTTP service

This commit is contained in:
Daniel Micay 2023-02-27 02:37:42 -05:00
parent babdb283ad
commit 648ca1f657

View File

@ -106,6 +106,8 @@ http {
listen [::]:80;
server_name matrix.grapheneos.org element.grapheneos.org;
keepalive_timeout 0;
location /.well-known/acme-challenge/ {
root /srv/certbot;
}