diff --git a/openresty/1.25.3.2-0-1-focal/conf/conf.d/00.default.conf b/openresty/1.25.3.2-0-1-focal/conf/default/00.default.conf similarity index 100% rename from openresty/1.25.3.2-0-1-focal/conf/conf.d/00.default.conf rename to openresty/1.25.3.2-0-1-focal/conf/default/00.default.conf diff --git a/openresty/1.25.3.2-0-1-focal/conf/conf.d/default.conf b/openresty/1.25.3.2-0-1-focal/conf/default/default.conf similarity index 100% rename from openresty/1.25.3.2-0-1-focal/conf/conf.d/default.conf rename to openresty/1.25.3.2-0-1-focal/conf/default/default.conf diff --git a/openresty/1.25.3.2-0-1-focal/docker-compose.yml b/openresty/1.25.3.2-0-1-focal/docker-compose.yml index 377ac094b..9690642a2 100644 --- a/openresty/1.25.3.2-0-1-focal/docker-compose.yml +++ b/openresty/1.25.3.2-0-1-focal/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./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 - - ./conf/conf.d:/usr/local/openresty/nginx/conf/default/ + - ./conf/default:/usr/local/openresty/nginx/conf/default/ - ./log:/var/log/nginx - ./root:/usr/share/nginx/html - /etc/localtime:/etc/localtime