fix(photoprism): update hostnames
This commit is contained in:
parent
b7907aa122
commit
2dfdfaa3df
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
host = "localhost";
|
host = "localhost";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."immich.rz01.infra.dgnum.eu" = {
|
services.nginx.virtualHosts."immich.cgiga.fr" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [];
|
serverAliases = [];
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
passwordFile = "/passwords/photoprism";
|
passwordFile = "/passwords/photoprism";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."photoprism.rz01.infra.dgnum.eu" = {
|
services.nginx.virtualHosts."photoprism.cgiga.fr" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [];
|
serverAliases = [];
|
||||||
|
|
Loading…
Reference in a new issue