change from use acme host to enable acme
This commit is contained in:
parent
933afeaf03
commit
8263938f57
1 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ in
|
||||||
};
|
};
|
||||||
"jellyfin.${domainName}" = {
|
"jellyfin.${domainName}" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "${domainName}";
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:8096";
|
proxyPass = "http://localhost:8096";
|
||||||
|
|
@ -143,7 +143,7 @@ in
|
||||||
};
|
};
|
||||||
"git.${domainName}" = {
|
"git.${domainName}" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "${domainName}";
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:3000";
|
proxyPass = "http://localhost:3000";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue