empyrean: add vhosts for home service stubs
This commit is contained in:
parent
8841ab5c5a
commit
17a863831e
|
@ -55,15 +55,23 @@
|
||||||
index index.html;
|
index index.html;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
service-stub = {
|
||||||
|
rejectSSL = true;
|
||||||
|
locations."/".return = "403";
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
# Static pages
|
# Static pages
|
||||||
|
"home.ktvb.site" = static-site "home.ktvb.site";
|
||||||
"wedding.ktvb.site" = static-site "wedding.ktvb.site";
|
"wedding.ktvb.site" = static-site "wedding.ktvb.site";
|
||||||
"www.ktvb.site" = static-site "www.ktvb.site";
|
"www.ktvb.site" = static-site "www.ktvb.site";
|
||||||
"www.alogoulogoi.com" = static-site "www.alogoulogoi.com";
|
"www.alogoulogoi.com" = static-site "www.alogoulogoi.com";
|
||||||
"ecumene.alogoulogoi.com" = static-site "ecumene.alogoulogoi.com";
|
"ecumene.alogoulogoi.com" = static-site "ecumene.alogoulogoi.com";
|
||||||
|
# Home service stub domains
|
||||||
|
"mopidy.home.ktvb.site" = service-stub;
|
||||||
|
"jellyfin.home.ktvb.site" = service-stub;
|
||||||
# mirror revproxy
|
# mirror revproxy
|
||||||
"mirror.alogoulogoi.com" = {
|
"mirror.alogoulogoi.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in New Issue