dotfiles/nix/hosts/hetznix/modules/caddy/vhosts/2020.oliverdavies.uk.nix

16 lines
268 B
Nix

{
services.caddy.virtualHosts."2020.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
extraConfig = ''
encode gzip
root * /var/www/vhosts/2020.oliverdavies.uk
file_server
header X-Robots-Tag "noindex, nofollow"
'';
};
}