From fa12223225fef5f9415423ac5b13276503702918 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Oct 2025 11:36:08 +0200 Subject: feat: return 200 subdomains --- hosts/sachiel/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/sachiel/configuration.nix') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 1f898cd..90d9a1c 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -121,6 +121,15 @@ forceSSL = true; enableACME = true; }; + virtualHosts."*.schererleander.de" = { + forceSSL = true; + enableACME = true; + locations = { + "/" = { + return = "200"; + }; + }; + }; }; services.nextcloud = { -- cgit v1.3.1