diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-18T22·08+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-18T22·08+0000 |
commit | abd2dcc6a362ab09faaa0dbca4e727c12c94569d (patch) | |
tree | 89fb390da4d1cb6db70972c21b6e025d115ea5e2 /nixos | |
parent | dd9788fa7311ad7722f68f30f31c6aa472c99f07 (diff) |
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.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/socrates/configuration.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index ba2e20bc1092..29e5871e0e66 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; |