Add quineglobal landing

This commit is contained in:
philip-peterson 2025-08-18 21:37:34 -08:00
parent 2f93c75853
commit 92e5c59c8a
2 changed files with 13 additions and 0 deletions

View file

@ -185,6 +185,7 @@ in {
environment = {};
ports = ["3010:8080"];
};
};
};

View file

@ -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";