update
This commit is contained in:
parent
a2929be104
commit
c50569d73e
8 changed files with 59 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue