Infini-DL360/jupyter: use wildcard cert
This commit is contained in:
parent
68cd9c97fa
commit
ba7ef133c8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ in
|
||||||
|
|
||||||
systemd.services.jupyter.path = jupyterPath;
|
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" ];
|
listenAddresses = [ "100.101.102.124" ];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString cfg.port}";
|
proxyPass = "http://localhost:${toString cfg.port}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue