diff --git a/proxy/configuration.nix b/proxy/configuration.nix index a17de8c..815e3f5 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -37,12 +37,12 @@ in proxyWebsockets = true; }; }; - #virtualHosts."geokkjer.eu" = { - # default = true; - # forceSSL = true; - # enableACME = true; - # locations."/".proxyPass = "http://127.0.0.1/"; - #}; + "git.geokkjer.eu" = { + default = true; + forceSSL = true; + enableACME = true; + locations."/".proxyPass = "http://apps:3000"; + }; }; }; # acme let's encrypt