Skip to content

Commit

Permalink
Fix caddy tls for devenv 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
schneider-felix committed Mar 29, 2024
1 parent 7ad26b2 commit b1195fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ in {
config = ''
{
auto_https disable_redirects
skip_install_trust
}
'';
virtualHosts = caddyHostConfig;
Expand Down

0 comments on commit b1195fb

Please sign in to comment.