Remove tome subdomain

This commit is contained in:
Oliver Davies 2025-08-17 22:53:55 +01:00
parent ad1a2513a7
commit 671dcfe5c2
2 changed files with 0 additions and 25 deletions

View file

@ -41,7 +41,6 @@
"rebuilding-symfony"
"tailwindcss-demo"
"talking-drupal-tailwindcss"
"tome"
"tubearchivist"
"uptime"
"vaultwarden"

View file

@ -24,7 +24,6 @@ let
"sites/default/files"
"testing"
"themes/custom/opdavies"
"tome-test"
];
port = ports.nginx-website-tome;
@ -80,34 +79,11 @@ in
globalRedirect = "www.oliverdavies.uk";
useACMEHost = "oliverdavies.uk";
};
"tome.oliverdavies.uk" = {
listen = [
{
addr = "localhost";
port = tome.port;
}
];
locations."/".tryFiles = "$uri $uri.html $uri/index.html =404";
root = tome.root;
extraConfig = ''
add_header X-Robots-Tag "noindex, nofollow";
port_in_redirect off;
# Remove trailing slashes.
rewrite ^/(.*)/$ /$1 permanent;
'';
};
};
cloudflared.tunnels."e1514105-327f-4984-974e-e2fbaca76466" = {
ingress = {
"oliverdavies.uk" = "http://localhost:${toString port}";
"tome.oliverdavies.uk" = "http://localhost:${toString tome.port}";
"www.oliverdavies.uk" = "http://localhost:${toString port}";
};
};