This commit is contained in:
Stefan Wieczorek
2025-04-07 15:35:15 +02:00
parent f18459ec93
commit 42e746eda6

View File

@@ -1,12 +1,8 @@
server {
listen 80;
listen [::]:80;
listen 443 quic;
listen 443 ssl;
listen [::]:443 quic;
listen [::]:443 ssl;
http2 on;
http3 off;
listen 443 ssl http2;
listen [::]:443 ssl http2;
{{ssl_certificate_key}}
{{ssl_certificate}}
{{server_name}}