http2 typo

This commit is contained in:
myvesta 2023-08-18 20:52:13 +02:00 committed by GitHub
parent bb79f9f8c0
commit 658680095b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
server { server {
listen %ip%:%proxy_ssl_port% ssll listen %ip%:%proxy_ssl_port% ssl;
http2 on; http2 on;
server_name %domain_idn% %alias_idn%; server_name %domain_idn% %alias_idn%;