car_video.mp4

This commit is contained in:
Agatha Lovelace 2024-11-22 17:33:30 +01:00
parent 957a138ef6
commit e60bbd7f41
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 11 additions and 0 deletions

View File

@ -268,6 +268,17 @@
proxyWebsockets = true; 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 # This value determines the NixOS release from which the default