all repos — nixfiles @ 1c60a9e16c95f957a300819ffff66fbda70e9266

System and user configuration, managed by nix and home-manager

dev: add auth.localhost virtual host

Alan Pearce
commit

1c60a9e16c95f957a300819ffff66fbda70e9266

parent

beb6596402ed45283a96964baeeb70b6d20ff995

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M system/settings/dev.nixsystem/settings/dev.nix
@@ -118,6 +118,12 @@ }
} ''; }; + "auth.localhost" = { + logFormat = "output discard"; + extraConfig = '' + reverse_proxy http://localhost:8082 + ''; + }; }; };