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

View file

@ -1,10 +1,6 @@
server {
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
include kit/listen/http.conf;
include kit/listen/https-http2.conf;
server_name primary.example.com
alias1.example.com

View file

@ -12,13 +12,9 @@ http {
}
server {
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
include kit/listen/http.conf;
include kit/listen/https-http2.conf;
http2 on;
server_name app.example.com;
include snippets/cert/mydomain.com.conf;