Move my static sites to the new server

This commit is contained in:
Oliver Davies 2024-11-29 00:06:54 +00:00
parent de553ff052
commit 21b6cd9326
16 changed files with 593 additions and 9 deletions

View file

@ -0,0 +1,7 @@
{
services.nginx.virtualHosts."zet.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
forceSSL = true;
root = "/var/www/vhosts/zet.oliverdavies.uk/output_prod";
};
}