car_video.mp4
This commit is contained in:
parent
957a138ef6
commit
e60bbd7f41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue