[lucia] disable acme
This commit is contained in:
@@ -208,7 +208,7 @@ in
|
||||
enable = true;
|
||||
virtualHosts."music.malobeo.org" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
forceSSL = false;
|
||||
acmeRoot = null;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8080";
|
||||
@@ -217,8 +217,8 @@ in
|
||||
};
|
||||
|
||||
virtualHosts."pad.malobeo.org" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
enableACME = false;
|
||||
forceSSL = false;
|
||||
acmeRoot = null;
|
||||
|
||||
locations."/" = {
|
||||
|
||||
Reference in New Issue
Block a user