From dec2217e8ae10ba1034b8c2a52df34cf3db0e9eb Mon Sep 17 00:00:00 2001 From: BugKing Date: Fri, 9 Aug 2024 18:23:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Openresty=20=E6=9C=AA=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=20mime.types=20(#1907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/openresty/1.21.4.3-3-3-focal/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openresty/1.21.4.3-3-3-focal/docker-compose.yml b/apps/openresty/1.21.4.3-3-3-focal/docker-compose.yml index cf072b2a..bd44da1a 100644 --- a/apps/openresty/1.21.4.3-3-3-focal/docker-compose.yml +++ b/apps/openresty/1.21.4.3-3-3-focal/docker-compose.yml @@ -8,6 +8,7 @@ services: - ./conf/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf - ./conf/fastcgi_params:/usr/local/openresty/nginx/conf/fastcgi_params - ./conf/fastcgi-php.conf:/usr/local/openresty/nginx/conf/fastcgi-php.conf + - ./conf/mime.types:/usr/local/openresty/nginx/conf/mime.types - ./log:/var/log/nginx - ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/ - ./www:/www