Allow h2 and alpn, add PROXY

This commit is contained in:
Alex 2020-06-19 23:22:44 +02:00
parent b2d277619b
commit b3525bcb63
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#alpn-protos = "h2,http/1.1"
alpn-protos = "h2,http/1.1"
tls-protos = TLSv1.1 TLSv1.2
ciphers = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
pem-file = "/etc/ssl/private/cert.pem"
workers = 2
write-proxy-v2 = on