mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 20:34:39 -05:00
ssl_reject_handshake is working as intended
This commit is contained in:
parent
12b5478585
commit
139b0ed376
@ -124,8 +124,9 @@ http {
|
|||||||
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;
|
keepalive_timeout 0;
|
||||||
|
|
||||||
|
# https://trac.nginx.org/nginx/ticket/2012
|
||||||
location / {
|
location / {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user