fix: use correct SSL cert for firefly importer
This commit is contained in:
parent
3661395dff
commit
ea93a58ae5
|
@ -42,7 +42,7 @@ in {
|
|||
};
|
||||
"firefly-importer.b12f.io" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "firefly.b12f.io";
|
||||
useACMEHost = "firefly-importer.b12f.io";
|
||||
locations."/".proxyPass = "http://127.0.0.1:8081";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue