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,10 @@
{
services.nginx.virtualHosts."tailwindcss-demo.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
forceSSL = true;
root = "/var/www/vhosts/tailwindcss-demo.oliverdavies.uk";
extraConfig = ''
add_header X-Robots-Tag "noindex, nofollow";
'';
};
}