forked from hacc/haccfiles
hainich/hedgedoc: redirect pad.hacc.earth to pad.hacc.space
This commit is contained in:
parent
25568db129
commit
1c446bec8d
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."pad.hacc.earth" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
globalRedirect = "pad.hacc.space";
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."pad.hacc.space" = {
|
services.nginx.virtualHosts."pad.hacc.space" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue