log.Errorf("TLS is mandatory for HTTP/2. Ignore settings that enable HTTP/2.")
}
s=http.ListenAndServe(addr,r)
}
case1:
log.Info("Starting backend server on inherited file descriptor via systemd socket activation")
ifconf.BindAddress!=""||conf.Port!=""{
log.Errorf("Both an address/port (%s:%s) has been specificed in the config AND externally configured socket activation has been detected",conf.BindAddress,conf.Port)
log.Fatal(`Please deconfigure socket activation (e.g. in systemd unit files), or set both 'bind_address' and 'listen_port' to ''`)