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; ''; }; };