Infini-DL360/jupyter: use wildcard cert

This commit is contained in:
Infinidoge 2025-02-15 03:54:30 -05:00
parent 68cd9c97fa
commit ba7ef133c8
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -102,7 +102,7 @@ in
systemd.services.jupyter.path = jupyterPath;
services.nginx.virtualHosts."jupyter.internal.inx.moe" = common.nginx.ssl // {
services.nginx.virtualHosts."jupyter.internal.inx.moe" = common.nginx.ssl-inx // {
listenAddresses = [ "100.101.102.124" ];
locations."/" = {
proxyPass = "http://localhost:${toString cfg.port}";