Allow h2 and alpn, add PROXY
This commit is contained in:
parent
b2d277619b
commit
b3525bcb63
|
@ -1,4 +1,6 @@
|
||||||
#alpn-protos = "h2,http/1.1"
|
alpn-protos = "h2,http/1.1"
|
||||||
tls-protos = TLSv1.1 TLSv1.2
|
tls-protos = TLSv1.1 TLSv1.2
|
||||||
ciphers = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
|
ciphers = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
|
||||||
pem-file = "/etc/ssl/private/cert.pem"
|
pem-file = "/etc/ssl/private/cert.pem"
|
||||||
|
workers = 2
|
||||||
|
write-proxy-v2 = on
|
||||||
|
|
Reference in New Issue