disable QUIC and HTTP/3
This commit is contained in:
@@ -25,9 +25,6 @@ server {
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
# Enable QUIC and HTTP/3.
|
||||
listen 443 quic;
|
||||
listen [::]:443 quic;
|
||||
|
||||
server_name {{ nextcloud_domain_name }} www.{{ nextcloud_domain_name }};
|
||||
include global/cert.conf;
|
||||
|
||||
Reference in New Issue
Block a user