mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-03-07 14:05:58 -05:00
disable keepalive for stub HTTP service
This commit is contained in:
parent
babdb283ad
commit
648ca1f657
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user