Skip to content

Commit

Permalink
kick duplicate nginx image/avif config - related to pimcore/skeleton#164
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Aug 3, 2023
1 parent 9c018db commit 1384057
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

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

upstream php-pimcore10 {
server php:9000;
Expand Down Expand Up @@ -174,4 +171,4 @@ server {
access_log off;
stub_status;
}
}
}

0 comments on commit 1384057

Please sign in to comment.