mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/nginx: fix warning about duplicate mime entry
This commit is contained in:
parent
e1fa54a569
commit
ba0a1611fc
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ let
|
|||
|
||||
# Mime.types values are taken from brotli sample configuration - https://github.com/google/ngx_brotli
|
||||
# and Nginx Server Configs - https://github.com/h5bp/server-configs-nginx
|
||||
# "text/html" is implicitly included in {brotli,gzip,zstd}_types
|
||||
compressMimeTypes = [
|
||||
"application/atom+xml"
|
||||
"application/geo+json"
|
||||
|
@ -55,7 +56,6 @@ let
|
|||
"text/calendar"
|
||||
"text/css"
|
||||
"text/csv"
|
||||
"text/html"
|
||||
"text/javascript"
|
||||
"text/markdown"
|
||||
"text/plain"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue