mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-07 02:25:32 -05:00
work around unreliable ssl_reject_handshake
This commit is contained in:
parent
697f926f63
commit
12b5478585
@ -123,6 +123,12 @@ http {
|
|||||||
listen 443 default_server ssl backlog=4096;
|
listen 443 default_server ssl backlog=4096;
|
||||||
listen [::]:443 default_server ssl backlog=4096;
|
listen [::]:443 default_server ssl backlog=4096;
|
||||||
ssl_reject_handshake on;
|
ssl_reject_handshake on;
|
||||||
|
|
||||||
|
# work around unreliable ssl_reject_handshake
|
||||||
|
keepalive_timeout 0;
|
||||||
|
location / {
|
||||||
|
return 404;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user