mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
disable keepalive for stub HTTP service
This commit is contained in:
parent
babdb283ad
commit
648ca1f657
@ -106,6 +106,8 @@ http {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name matrix.grapheneos.org element.grapheneos.org;
|
server_name matrix.grapheneos.org element.grapheneos.org;
|
||||||
|
|
||||||
|
keepalive_timeout 0;
|
||||||
|
|
||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
root /srv/certbot;
|
root /srv/certbot;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user