Skip to content

Commit

Permalink
Release 7.6.11 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 25, 2023
1 parent 4f9a5e6 commit 2983d76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.6.11 2023-07-25 <dave at tiredofit dot ca>

### Changed
- Change environment variable case


## 7.6.10 2023-07-06 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/20-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ ! -f "/tmp/.container/container-restart" ] ; then
if [[ "${PHP_FPM_CONTAINER_MODE,,}" == *"nginx"* ]] ; then phpfpm_configure_nginx ; fi
if [[ "${PHP_FPM_CONTAINER_MODE,,}" == *"php-fpm"* ]] ; then phpfpm_create_default_page ; fi
if var_true "${NGINX_ENABLE_APPLICATION_CONFIGURATION}"; then phpfpm_configure_site_default ; fi
if [ "${NGINX_AUTHENTICATION_TYPE,,}" = "LLNG" ] ; then phpfpm_configure_authentication ; fi
if [ "${NGINX_AUTHENTICATION_TYPE,,}" = "llng" ] ; then phpfpm_configure_authentication ; fi
phpfpm_configure_logging
phpfpm_post_init
fi
Expand Down

0 comments on commit 2983d76

Please sign in to comment.