mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(tarot): run at tarot.kmein.de
This commit is contained in:
@@ -29,7 +29,9 @@ in
|
|||||||
''}'';
|
''}'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."tarot.kmein.r" = {
|
services.nginx.virtualHosts."tarot.kmein.de" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${toString tarotPort}";
|
locations."/".proxyPass = "http://127.0.0.1:${toString tarotPort}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user