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";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."immich.rz01.infra.dgnum.eu" = {
|
||||
services.nginx.virtualHosts."immich.cgiga.fr" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverAliases = [];
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
passwordFile = "/passwords/photoprism";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."photoprism.rz01.infra.dgnum.eu" = {
|
||||
services.nginx.virtualHosts."photoprism.cgiga.fr" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverAliases = [];
|
||||
|
|
Loading…
Reference in a new issue