home

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

commit a8cc0eeb4225a77929a551fb1e9c54cf3bc0d1de
parent 280fa3c0abfbec7bf637c5bd30dc06968286a685
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  9 Nov 2020 15:36:10 +0100

systems/kerkouane: proxy registry

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

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

diff --git a/systems/kerkouane.nix b/systems/kerkouane.nix @@ -142,6 +142,12 @@ 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;