forked from Zynh0722/permafrost
ddbimporter config
This commit is contained in:
parent
def4765869
commit
1b3f0be092
1 changed files with 6 additions and 0 deletions
|
@ -30,5 +30,11 @@ in
|
||||||
proxyPass = "http://localhost:30000";
|
proxyPass = "http://localhost:30000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."ddbimporter.zynh.me" = {
|
||||||
|
addSSL = true;
|
||||||
|
serverName = "ddbimporter.zynh.me";
|
||||||
|
locations."/".proxyPass = "http://localhost:3232";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue