From 92e5c59c8a89ebba983c085514e7e2c05fc1e556 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:37:34 -0800 Subject: [PATCH] Add quineglobal landing --- nixos/linux.nix | 1 + nixos/nginx.nix | 12 ++++++++++++ 2 files changed, 13 insertions(+) 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";