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 = {
|
config = {
|
||||||
# HTTP(s) server port.
|
# HTTP(s) server port.
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
shb.nginx.accessLog = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@ let
|
||||||
subdomain = "v";
|
subdomain = "v";
|
||||||
};
|
};
|
||||||
|
|
||||||
shb.nginx.accessLog = true;
|
|
||||||
shb.vaultwarden = {
|
shb.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit (config.test) subdomain domain;
|
inherit (config.test) subdomain domain;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue