server.nginx: disables access logging
This commit is contained in:
parent
e6d22c1063
commit
d1cb03f213
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ in {
|
||||||
# only allow PFS-enabled ciphers with AES256
|
# only allow PFS-enabled ciphers with AES256
|
||||||
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||||
|
|
||||||
|
# disable access logs
|
||||||
|
commonHttpConfig= ''
|
||||||
|
access_log off;
|
||||||
|
'';
|
||||||
|
|
||||||
# setup a default site
|
# setup a default site
|
||||||
virtualHosts.default = {
|
virtualHosts.default = {
|
||||||
default = lib.mkDefault true;
|
default = lib.mkDefault true;
|
||||||
|
|
Loading…
Reference in a new issue