nixpkgs/nixos/modules/services/web-servers/nginx
Vincent Bernat 8f8cbec985
nixos/nginx: use mailcap mimetypes in all cases (#83611)
In ff0148d868, nginx configuration was modified to use mime.types
from mailcap package as it is more complete. However, there are two
places where mime.types is included in configuration. When the user
was setting `cfg.httpConfig`, the mime.types from nginx was still
used. This commit fix that by moving the common snippet in a variable
of its own and ensure it is used at both places.
2020-03-28 20:29:09 +01:00
..
default.nix nixos/nginx: use mailcap mimetypes in all cases (#83611) 2020-03-28 20:29:09 +01:00
gitweb.nix nixos/nginx/gitweb: add some (crucial) options 2020-01-14 00:11:10 +00:00
location-options.nix nixos/nginx: drop extra semicolon in return example (#76055) 2019-12-19 21:59:01 +02:00
vhost-options.nix improved nginx.basicAuthFile description 2019-12-03 14:05:46 +01:00