nixos/tests/acme: fix on i686, improve timing (#40410)

... to prevent non-deterministic failures
This commit is contained in:
xeji
2018-05-13 19:59:59 +02:00
committed by GitHub
parent 66d204188b
commit 642bed4b3e
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -386,6 +386,10 @@ in {
services.nginx.enable = true;
services.nginx.recommendedProxySettings = true;
# This fixes the test on i686
services.nginx.commonHttpConfig = ''
server_names_hash_bucket_size 64;
'';
services.nginx.virtualHosts.${wfeDomain} = {
onlySSL = true;
enableACME = false;