Add luke.oliverdavies.uk

This commit is contained in:
Oliver Davies 2024-12-02 22:33:08 +00:00
parent 7e102e3555
commit f034bb62f7
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
services.nginx.virtualHosts."luke.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
forceSSL = true;
root = "/var/www/vhosts/luke.oliverdavies.uk";
extraConfig = ''
add_header X-Robots-Tag "noindex, nofollow";
'';
};
}