hosts/web-2: add drop.clerie.de shortlink for sending files
This commit is contained in:
parent
5649fd8b91
commit
7d04db9809
@ -7,6 +7,7 @@
|
||||
./bubblesort.nix
|
||||
./bula22.nix
|
||||
./clerie.nix
|
||||
./drop.nix
|
||||
./gitea.nix
|
||||
./iot-data.nix
|
||||
./ip.nix
|
||||
|
13
hosts/web-2/drop.nix
Normal file
13
hosts/web-2/drop.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"drop.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."= /" = {
|
||||
return = ''301 https://cloud.fem.tu-ilmenau.de/s/dXPSNLb25rxSj3z'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user