hainich/hedgedoc: redirect pad.hacc.earth to pad.hacc.space

keep-around/1c446bec8d6bafbfa9de66eb419d0ef44f4016ad
schweby 2021-04-15 14:13:15 +02:00
parent 25568db129
commit 1c446bec8d
No known key found for this signature in database
GPG Key ID: B880491D046E2F87
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@
};
};
services.nginx.virtualHosts."pad.hacc.earth" = {
enableACME = true;
forceSSL = true;
globalRedirect = "pad.hacc.space";
};
services.nginx.virtualHosts."pad.hacc.space" = {
forceSSL = true;
enableACME = true;