dev: add virtual host for hugo
1 file changed, 11 insertions(+), 0 deletions(-)
changed files
M system/settings/dev.nix → system/settings/dev.nix
@@ -128,6 +128,17 @@ root * /Users/alan/projects/github.com/xHain-hackspace/xhain-website/public/ file_server ''; }; + "hugo.localhost" = { + logFormat = "output discard"; + extraConfig = '' + reverse_proxy http://localhost:1313 { + transport http { + dial_timeout 1s + compression off + } + } + ''; + }; }; };