updating default

This commit is contained in:
Justin Angel 2022-01-31 07:22:17 -05:00
parent 52db80ab0d
commit 9de5c7f8b8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -46,7 +46,7 @@ func LoadConfig(path string) error {
viper.SetDefault("tls_letsencrypt_cache_dir", "/var/www/.cache")
viper.SetDefault("tls_letsencrypt_challenge_type", "HTTP-01")
viper.SetDefault("tls_client_auth_mode", "disabled")
viper.SetDefault("tls_client_auth_mode", "relaxed")
viper.SetDefault("ip_prefix", "100.64.0.0/10")