nginx: get rid of some logging and fix hopglass build
This commit is contained in:
parent
c515a46692
commit
eb46df56d2
3 changed files with 12 additions and 1 deletions
10
nginx.nix
Normal file
10
nginx.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
logError = "/dev/null";
|
||||
appendConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue