update
This commit is contained in:
parent
f5045b61f6
commit
2832ff81f3
29 changed files with 221 additions and 205 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
|
||||
server {
|
||||
listen %ip%:%proxy_ssl_port% ssl http2;
|
||||
listen [::]:%proxy_ssl_port% ssl http2;
|
||||
listen %ip%:%proxy_ssl_port% ssl;
|
||||
listen [::]:%proxy_ssl_port% ssl;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
ssl_certificate %ssl_pem%;
|
||||
ssl_certificate_key %ssl_key%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue