diff --git a/proxy/configuration.nix b/proxy/configuration.nix index 95782ea..5804e04 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -52,13 +52,19 @@ in enableACME = true; locations."/".proxyPass = "http://apps:3000"; }; + #"geokkjer.eu" = { + # default = true; + # forceSSL = true; + # enableACME = true; + # locations."/".proxyPass = "/var/wwww/homepage/"; + #}; }; }; # acme let's encrypt security.acme = { acceptTerms = true; defaults = { - email = "geokkjer@gmail.com"; + email = "geir@geokkjer.eu"; }; }; }