From a2530df0d8a54c7d011d0529ab91ca5ffedaabaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Wed, 16 Aug 2017 10:31:36 -0400 Subject: Update web-server config --- config/web-server.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/web-server.nix b/config/web-server.nix index 4e9ae07..c8e2344 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -15,16 +15,19 @@ "orbekk.com" = { enableACME = true; forceSSL = true; + addSSL = true; root = "/storage/srv/orbekk.com"; }; "shape.orbekk.com" = { enableACME = true; forceSSL = true; + addSSL = true; root = "/storage/srv/orbekk.com"; }; "kj.orbekk.com" = { enableACME = true; forceSSL = true; + addSSL = true; root = "${pkgs.www-orbekk}"; locations."/" = { extraConfig = '' @@ -57,11 +60,13 @@ "git.orbekk.com" = { enableACME = true; forceSSL = true; + addSSL = true; locations."/".proxyPass = "http://10.0.20.15:11103"; }; "hydra.orbekk.com" = { enableACME = true; forceSSL = true; + addSSL = true; locations."/" = { proxyPass = "http://10.0.20.15:11101"; }; -- cgit v1.2.3