dev: add virtual host for elgit development
Alan Pearce alan@alanpearce.eu
Mon, 31 Mar 2025 22:00:43 +0200
1 files changed, 12 insertions(+), 0 deletions(-)
jump to
M system/settings/dev.nix → system/settings/dev.nix
@@ -40,6 +40,18 @@ } } ''; }; + "elgit.localhost" = { + logFormat = "output discard"; + extraConfig = '' + ${local_tls} + reverse_proxy http://127.0.0.1:5555 { + transport http { + dial_timeout 1s + compression off + } + } + ''; + }; "searchix.localhost" = { logFormat = "output discard"; extraConfig = ''