diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 9 |
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 = { |
