tls insecure
This commit is contained in:
@@ -80,9 +80,13 @@ in
|
||||
serverAliases = [ "abs.${homelab.public_domain}" ];
|
||||
extraConfig = ''
|
||||
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
|
||||
reverse_proxy http://127.0.0.1:${toString cfg.port} {
|
||||
reverse_proxy 127.0.0.1:${toString cfg.port} {
|
||||
stream_timeout 24h
|
||||
stream_close_delay 5m
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ in
|
||||
dataDir = cfg.data_dir;
|
||||
email = "me@blakedheld.xyz";
|
||||
globalConfig = ''
|
||||
auto_https ignore_loaded_certs
|
||||
# auto_https ignore_loaded_certs
|
||||
'';
|
||||
|
||||
virtualHosts."key.${homelab.public_domain}" = {
|
||||
|
||||
Reference in New Issue
Block a user