diff --git a/hosts/nixedo/modules/acme.nix b/hosts/nixedo/modules/acme.nix index 18a03144..d0d0a1b5 100644 --- a/hosts/nixedo/modules/acme.nix +++ b/hosts/nixedo/modules/acme.nix @@ -41,7 +41,6 @@ "rebuilding-symfony" "tailwindcss-demo" "talking-drupal-tailwindcss" - "tome" "tubearchivist" "uptime" "vaultwarden" diff --git a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix index 47b6c3d5..6c28884c 100644 --- a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix +++ b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix @@ -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}"; }; };