krebs.nginx: don't include (redundant) mime.types
This commit is contained in:
parent
7a5c9631f7
commit
fdebe33d41
|
@ -49,7 +49,6 @@ let
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
httpConfig = ''
|
||||
include ${pkgs.nginx}/conf/mime.types;
|
||||
default_type application/octet-stream;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
|
Loading…
Reference in a new issue