diff --git a/nixos/linux.nix b/nixos/linux.nix index e2bcef2..c4a568c 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -185,6 +185,7 @@ in { environment = {}; ports = ["3010:8080"]; }; + }; }; diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 0e7aed8..4d72e97 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -97,6 +97,18 @@ proxyPass = "http://127.0.0.1:3010/"; # pass through to docker container }; }; + "quineglobal.com" = { + enableACME = false; + forceSSL = false; + addSSL = false; + + locations."/" = { + extraConfig = '' + index index.html index.htm; + root /etc/pullomatic/com_quineglobal; + ''; + }; + }; "webdav.philippeterson.com" = { serverName = "webdav.philippeterson.com";