diff --git a/hosts/redmine/default.nix b/hosts/redmine/default.nix index ed75884..d327168 100644 --- a/hosts/redmine/default.nix +++ b/hosts/redmine/default.nix @@ -146,14 +146,6 @@ forceSSL = true; enableACME = true; }; - services.nginx.virtualHosts."pro.htw.stura-dresden.de" = { -#### https://search.nixos.org/options?show=services.nginx.virtualHosts..default - locations."/" = { - proxyPass = "http://127.0.0.1:${toString config.services.redmine.port}"; - }; - forceSSL = true; - enableACME = true; - }; ############################ #### Probleme