mirror of
https://github.com/myvesta/vesta
synced 2025-08-22 06:14:21 -07:00
deb12 nginx http2 on;
This commit is contained in:
parent
0213d749ee
commit
bb79f9f8c0
11 changed files with 21 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
server {
|
||||
listen %ip%:%proxy_ssl_port% ssl http2;
|
||||
listen %ip%:%proxy_ssl_port% ssl;
|
||||
http2 on;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
|
||||
ssl_certificate %ssl_pem%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue