From 56788025f44a1896da4082ab373d150d007d2e1e Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 25 Jul 2022 20:25:50 +0200 Subject: [PATCH] Add webcam to bula22.de --- hosts/web-2/bula22.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hosts/web-2/bula22.nix b/hosts/web-2/bula22.nix index cf14eb6..f018484 100644 --- a/hosts/web-2/bula22.nix +++ b/hosts/web-2/bula22.nix @@ -6,9 +6,18 @@ enableACME = true; forceSSL = true; locations."/" = { - return = ''200 "VCP Bundeslager 2022"''; + return = ''200 ' + + + VCP Bundeslager 2022 + + + + + ' + ''; extraConfig = '' - add_header Content-Type text/plain; + add_header Content-Type text/html; ''; }; };