dev: simplify caddy hostnames
Alan Pearce alan@alanpearce.eu
Sun, 09 Feb 2025 14:41:02 +0100
1 files changed, 2 insertions(+), 5 deletions(-)
jump to
M system/settings/dev.nix → system/settings/dev.nix
@@ -24,14 +24,11 @@ } ''; }; # need to test forwarding behaviour - "https://alanpearce.localhost" = { + "alanpearce.localhost" = { logFormat = "output discard"; serverAliases = [ - "http://alanpearce.localhost" - # remember to update /etc/hosts - "https://alanpearce.test" - "http://alanpearce.test" + "alanpearce.test" ]; extraConfig = '' ${local_tls}