I wrote a nice blogpost on Nginx 1.19 Docker image which has a nice new feature.

See here a nice new natively supported feature in Nginx 1.19 Docker image. It now allows templates and environment variable substitution.

[https://marcofranssen.nl/nginx-1-19-supports-environment-variables-and-templates-in-docker/](https://marcofranssen.nl/nginx-1-19-supports-environment-variables-and-templates-in-docker/)

5 thoughts on “I wrote a nice blogpost on Nginx 1.19 Docker image which has a nice new feature.”

  1. Do you think this feature would handle an array of options?

    E.g

    server_name $SERVER_NAMES

    $SERVER_NAMES=mysiteA.com,mysiteB.com,*.mysiteA.com

    Reply

Leave a Comment