aboutsummaryrefslogtreecommitdiff
path: root/hosts/sachiel
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-10-02 11:36:08 +0200
committerschererleander <leander@schererleander.de>2025-10-02 11:36:08 +0200
commitfa12223225fef5f9415423ac5b13276503702918 (patch)
treebf9f7695740802d8fbca275aab6cb1607c6d94c7 /hosts/sachiel
parent9e55c29185bf9ffe2c7a4485e417493a0fdf4ef0 (diff)
feat: return 200 subdomains
Diffstat (limited to 'hosts/sachiel')
-rw-r--r--hosts/sachiel/configuration.nix9
1 files changed, 9 insertions, 0 deletions
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 = {