Commit 9031bdae85c9

Vincent Demeester <vincent@sbr.pm>
2020-11-09 16:05:08
systems/kerkouane: remove unsafe registry
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a8cc0ee
Changed files (1)
systems/kerkouane.nix
@@ -142,12 +142,6 @@ in
         locations."/" = { proxyPass = "http://127.0.0.1:8080"; };
         extraConfig = nginxExtraConfig;
       };
-      virtuaHosts."r.sbr.pm" = {
-        enableACME = true;
-        forceSSL = true;
-        locations."/" = { proxyPass = "http://10.100.0.16:5000"; };
-        extraConfig = nginxExtraConfig;
-      };
       virtualHosts."sbr.pm" = {
         enableACME = true;
         forceSSL = true;