This commit is contained in:
Dallas Lu 2026-06-05 14:19:38 +08:00
parent a2929be104
commit c50569d73e
No known key found for this signature in database
8 changed files with 59 additions and 13 deletions

2
listen/http.conf Normal file
View file

@ -0,0 +1,2 @@
listen 80;
listen [::]:80;

1
listen/http2.conf Normal file
View file

@ -0,0 +1 @@
http2 on;

2
listen/https-http2.conf Normal file
View file

@ -0,0 +1,2 @@
listen 443 ssl http2;
listen [::]:443 ssl http2;

2
listen/https.conf Normal file
View file

@ -0,0 +1,2 @@
listen 443 ssl;
listen [::]:443 ssl;