From abd2dcc6a362ab09faaa0dbca4e727c12c94569d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 18 Mar 2020 22:08:14 +0000 Subject: [PATCH] Remove git.wpcarro.dev entry fron Nginx config This is not currently working and it is causing Nginx to enter a retry loop. I am removing it until I choose to focus on it. --- nixos/socrates/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index ba2e20bc1..29e5871e0 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -159,13 +159,6 @@ in { enableACME = true; root = briefcase.learn; }; - "git.wpcarro.dev" = { - addSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://localhost:3000"; - }; - }; "blog.wpcarro.dev" = { addSSL = true; enableACME = true;