diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 043802c..d637ca5 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -68,11 +68,9 @@ }; }; "blog.quineglobal.com" = { - enableACME = true; + enableACME = false; forceSSL = false; - addSSL = true; - - root = "/etc/pullomatic/com_quinefoundation_blog/markdown-blog"; + addSSL = false; locations."/" = { proxyPass = "http://127.0.0.1:3010/"; # pass through to docker container