use alt subdomain
This commit is contained in:
@@ -70,11 +70,6 @@
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
acmeRoot = null;
|
acmeRoot = null;
|
||||||
};
|
};
|
||||||
virtualHosts."dummy.roypository.com" = {
|
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
acmeRoot = null;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Declare test service manually
|
# Declare test service manually
|
||||||
@@ -84,7 +79,7 @@
|
|||||||
credentialsFile = config.sops.secrets."tests-service".path;
|
credentialsFile = config.sops.secrets."tests-service".path;
|
||||||
default-nginx = {
|
default-nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "tests.roypository.com";
|
hostname = "dummy.roypository.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user