mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #222923 from oddlama/fix-nginx-duplicate-mime
nixos/nginx: fix warning about duplicate mime entry
This commit is contained in:
commit
c29ccca1a3
@ -31,6 +31,7 @@ let
|
|||||||
|
|
||||||
# Mime.types values are taken from brotli sample configuration - https://github.com/google/ngx_brotli
|
# 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
|
# and Nginx Server Configs - https://github.com/h5bp/server-configs-nginx
|
||||||
|
# "text/html" is implicitly included in {brotli,gzip,zstd}_types
|
||||||
compressMimeTypes = [
|
compressMimeTypes = [
|
||||||
"application/atom+xml"
|
"application/atom+xml"
|
||||||
"application/geo+json"
|
"application/geo+json"
|
||||||
@ -55,7 +56,6 @@ let
|
|||||||
"text/calendar"
|
"text/calendar"
|
||||||
"text/css"
|
"text/css"
|
||||||
"text/csv"
|
"text/csv"
|
||||||
"text/html"
|
|
||||||
"text/javascript"
|
"text/javascript"
|
||||||
"text/markdown"
|
"text/markdown"
|
||||||
"text/plain"
|
"text/plain"
|
||||||
|
Loading…
Reference in New Issue
Block a user