Skip to content

Commit

Permalink
Docker nginx config: use mime.types and extend by image/avif (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored May 25, 2022
1 parent 240adf3 commit c3d9add
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# mime types are covered in nginx.conf by:
# http {
# include mime.types;
# }

# mime types are already covered in nginx.conf
#include mime.types;
types {
image/avif avif;
}

upstream php-pimcore10 {
server php-fpm:9000;
Expand Down

0 comments on commit c3d9add

Please sign in to comment.