all repos — nixfiles @ 55962b874ac7e298db6ea0a1dae04028d585a08b

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

dev: add virtualhost for x-hain website

Alan Pearce
commit

55962b874ac7e298db6ea0a1dae04028d585a08b

parent

879fa2290983997056fdf269022ec1280c473961

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

changed files
M system/settings/dev.nixsystem/settings/dev.nix
@@ -121,6 +121,13 @@ extraConfig = ''
reverse_proxy http://localhost:8082 ''; }; + "xhain.localhost" = { + logFormat = "output discard"; + extraConfig = '' + root * /Users/alan/projects/github.com/xHain-hackspace/xhain-website/public/ + file_server + ''; + }; }; };