Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Mar 3, 2024
1 parent 397e630 commit 66239e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 8.0/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locale-gen
#https://stackoverflow.com/a/30822781
#https://wordpress.stackexchange.com/a/286098/99214
#https://laravel.com/docs/10.x/configuration
https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
#https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
echo 'env[APP_ENV] = '"${APP_ENV}"

#https://mattallan.me/posts/how-php-environment-variables-actually-work/
Expand Down
2 changes: 1 addition & 1 deletion 8.1/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locale-gen
#https://stackoverflow.com/a/30822781
#https://wordpress.stackexchange.com/a/286098/99214
#https://laravel.com/docs/10.x/configuration
https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
#https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
echo 'env[APP_ENV] = '"${APP_ENV}"

#https://mattallan.me/posts/how-php-environment-variables-actually-work/
Expand Down
2 changes: 1 addition & 1 deletion 8.2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locale-gen
#https://stackoverflow.com/a/30822781
#https://wordpress.stackexchange.com/a/286098/99214
#https://laravel.com/docs/10.x/configuration
https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
#https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
echo 'env[APP_ENV] = '"${APP_ENV}"

#https://mattallan.me/posts/how-php-environment-variables-actually-work/
Expand Down
2 changes: 1 addition & 1 deletion 8.3/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locale-gen
#https://stackoverflow.com/a/30822781
#https://wordpress.stackexchange.com/a/286098/99214
#https://laravel.com/docs/10.x/configuration
https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
#https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
echo 'env[APP_ENV] = '"${APP_ENV}"

#https://mattallan.me/posts/how-php-environment-variables-actually-work/
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locale-gen
#https://stackoverflow.com/a/30822781
#https://wordpress.stackexchange.com/a/286098/99214
#https://laravel.com/docs/10.x/configuration
https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
#https://medium.com/@tomahock/passing-system-environment-variables-to-php-fpm-when-using-nginx-a70045370fad
echo 'env[APP_ENV] = '"${APP_ENV}"

#https://mattallan.me/posts/how-php-environment-variables-actually-work/
Expand Down

0 comments on commit 66239e4

Please sign in to comment.