From 9eb248e0c5f75eef5da2d80363462337aba99f44 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 11 Jul 2020 00:16:45 +0100 Subject: feat(tazjin): tazjin tazjin: https://github.com/tazjin/tazjin/issues/1 Change-Id: I655670fed1dd1ba7e9034f165238e2d69b228ee5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1002 Tested-by: BuildkiteCI Reviewed-by: lukegb --- users/tazjin/nixos/camden/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index d0d97e9621..49f42b999e 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -381,6 +381,10 @@ in lib.fix(self: { try_files $uri $uri.html $uri/ =404; } + location = /tazjin { + return 200 "tazjin"; + } + location /blobs/ { alias /var/www/blobs/; } -- cgit 1.4.1