enable nginx access log for all tests
This commit is contained in:
parent
56d097d96d
commit
46a6c430ef
2 changed files with 1 additions and 1 deletions
|
|
@ -146,6 +146,7 @@ in
|
|||
config = {
|
||||
# HTTP(s) server port.
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
shb.nginx.accessLog = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ let
|
|||
subdomain = "v";
|
||||
};
|
||||
|
||||
shb.nginx.accessLog = true;
|
||||
shb.vaultwarden = {
|
||||
enable = true;
|
||||
inherit (config.test) subdomain domain;
|
||||
|
|
|
|||
Loading…
Reference in a new issue