home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9031bdae85c94fb4192f151939d0f6e4488c27cf
parent a8cc0eeb4225a77929a551fb1e9c54cf3bc0d1de
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  9 Nov 2020 16:05:08 +0100

systems/kerkouane: remove unsafe registry

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/kerkouane.nix | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/systems/kerkouane.nix b/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;