mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-04-18 18:26:26 +02:00
remove duplicate slash
This commit is contained in:
parent
9ec515d0bf
commit
6fe511bbb3
@ -158,7 +158,7 @@ impl Default for Config {
|
||||
|
||||
tlsconfig: TlsListen {
|
||||
certfile: PathBuf::from("/etc/bffh/certs/bffh.crt"),
|
||||
keyfile: PathBuf::from("/etc/bffh/certs//bffh.key"),
|
||||
keyfile: PathBuf::from("/etc/bffh/certs/bffh.key"),
|
||||
..Default::default()
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user