remove redundant acme challenge roots
This commit is contained in:
parent
ca7a4a57c2
commit
530c9cef1d
1 changed files with 0 additions and 6 deletions
|
|
@ -139,9 +139,6 @@ in
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:8096";
|
proxyPass = "http://localhost:8096";
|
||||||
};
|
};
|
||||||
"/.well-known/acme-challenge" = {
|
|
||||||
root = "/var/lib/acme/.challenges";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"git.${domainName}" = {
|
"git.${domainName}" = {
|
||||||
|
|
@ -151,9 +148,6 @@ in
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:3000";
|
proxyPass = "http://localhost:3000";
|
||||||
};
|
};
|
||||||
"/.well-known/acme-challenge" = {
|
|
||||||
root = "/var/lib/acme/.challenges";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue