update
This commit is contained in:
parent
a2929be104
commit
c50569d73e
8 changed files with 59 additions and 13 deletions
2
listen/http.conf
Normal file
2
listen/http.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
listen 80;
|
||||
listen [::]:80;
|
||||
1
listen/http2.conf
Normal file
1
listen/http2.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
http2 on;
|
||||
2
listen/https-http2.conf
Normal file
2
listen/https-http2.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
2
listen/https.conf
Normal file
2
listen/https.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
Loading…
Add table
Add a link
Reference in a new issue