Remove files vhost

This commit is contained in:
Oliver Davies 2025-02-14 23:04:19 +00:00
parent be06a07019
commit 31010c9a8c
2 changed files with 0 additions and 16 deletions

View file

@ -1,7 +1,6 @@
{
imports = [
./bootstrap-with-tailwind.oliverdavies.uk.nix
./files.oliverdavies.uk.nix
./florida-drupalcamp-tailwind-css.oliverdavies.uk.nix
./luke.oliverdavies.uk.nix
./phpsw-sculpin-demo.oliverdavies.uk.nix

View file

@ -1,15 +0,0 @@
{
services.caddy.virtualHosts."files.oliverdavies.uk" = {
useACMEHost = "oliverdavies.uk";
extraConfig = ''
file_server {
header Content-Disposition "attachment"
}
root * /var/www/vhosts/files.oliverdavies.uk
header X-Robots-Tag "noindex, nofollow"
'';
};
}