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}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "${domainName}";
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
|
|
@ -143,7 +143,7 @@ in
|
|||
};
|
||||
"git.${domainName}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "${domainName}";
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue