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