Add quineglobal landing
This commit is contained in:
parent
2f93c75853
commit
92e5c59c8a
2 changed files with 13 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ in {
|
||||||
environment = {};
|
environment = {};
|
||||||
ports = ["3010:8080"];
|
ports = ["3010:8080"];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,18 @@
|
||||||
proxyPass = "http://127.0.0.1:3010/"; # pass through to docker container
|
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" = {
|
"webdav.philippeterson.com" = {
|
||||||
serverName = "webdav.philippeterson.com";
|
serverName = "webdav.philippeterson.com";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue