forked from hacc/haccfiles
Compare commits
1 commit
main
...
pad.hacc.e
Author | SHA1 | Date | |
---|---|---|---|
3b928c6712 |
1 changed files with 6 additions and 0 deletions
|
@ -82,4 +82,10 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."pad.hacc.earth" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/".return = "301 https://pac.hacc.space$request_uri";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue