This commit is contained in:
Stefan Wieczorek
2025-04-07 15:32:35 +02:00
parent caee9179f5
commit 98dafc2359

View File

@@ -3,10 +3,7 @@ server {
listen [::]:80;
listen 443 quic;
listen 443 ssl;
listen [::]:443 quic;
listen [::]:443 ssl;
http2 on;
http3 off;
{{ssl_certificate_key}}
{{ssl_certificate}}
{{server_name}}