From e60bbd7f41bdb4456319637f38a25425b6f5fef7 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Fri, 22 Nov 2024 17:33:30 +0100 Subject: [PATCH] car_video.mp4 --- hosts/bloodletting/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/bloodletting/configuration.nix b/hosts/bloodletting/configuration.nix index 3014fb3..8ce7c22 100644 --- a/hosts/bloodletting/configuration.nix +++ b/hosts/bloodletting/configuration.nix @@ -268,6 +268,17 @@ proxyWebsockets = true; }; }; + + virtualHosts."carvideo.technogothic.net" = { + useACMEHost = "technogothic.net"; + forceSSL = true; + + serverAliases = [ "agatha.technogothic.net" ]; + + locations."/" = { + return = "301 https://ftp.technogothic.net/car_video.mp4"; + }; + }; }; # This value determines the NixOS release from which the default