-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
I am getting syntax error while using pem-dir in hitch.
Here is my hitch.conf file details.
hitch: Parsing error in line 22: syntax error: 'pem-dir = "/var/lib/hitch/conf.d/"'
log-filename="/var/log/hitch.log"
syslog = on
syslog-facility = "daemon"
frontend = {
host = "*"
port = "8443"
tls-protos = TLSv1.0,TLSv1.1,TLSv1.2
ciphers = "deleting time being. I have tested this and working fine with pem-file"
prefer-server-ciphers = on
pem-dir = "/var/lib/hitch/conf.d/"
}
backend = "[127.1.1.1]:6086"
workers = 32
daemon = on
user = "hitch"
group = "hitch"
alpn-protos = "h2, http/1.1"
write-proxy-v2 = on
#write-ip = on
bago
Metadata
Metadata
Assignees
Labels
No labels