Skip to content

Commit 1384057

Browse files
committed
kick duplicate nginx image/avif config - related to pimcore/skeleton#164
1 parent 9c018db commit 1384057

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.docker/nginx.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
# mime types are already covered in nginx.conf
33
#include mime.types;
4-
types {
5-
image/avif avif;
6-
}
74

85
upstream php-pimcore10 {
96
server php:9000;
@@ -174,4 +171,4 @@ server {
174171
access_log off;
175172
stub_status;
176173
}
177-
}
174+
}

0 commit comments

Comments
 (0)