deb12 nginx http2 on;

This commit is contained in:
myvesta 2023-08-18 20:50:20 +02:00 committed by GitHub
commit bb79f9f8c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 11 deletions

View file

@ -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%;