diff --git a/CHANGELOG.md b/CHANGELOG.md index 607fbc6..7d33b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.6.10 2023-07-06 + + ### Added + - Source defaults from upstream nginx container to avoid having to use NGINX_ENABLE_APPLICATION_CONFIGURATION=TRUE variable + + ## 7.6.9 2023-06-21 ### Changed diff --git a/install/etc/cont-init.d/20-php-fpm b/install/etc/cont-init.d/20-php-fpm index dcbe04b..f26894f 100755 --- a/install/etc/cont-init.d/20-php-fpm +++ b/install/etc/cont-init.d/20-php-fpm @@ -1,6 +1,7 @@ #!/command/with-contenv bash source /assets/functions/00-container +source /assets/defaults/10-nginx prepare_service PROCESS_NAME="php-fpm"