fix a bit

This commit is contained in:
Syunsuke Komma 2019-04-30 22:12:11 +09:00
parent e3cca7496d
commit 1af6dc6cd3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ The `default.conf.template` file may then contain variable references like this:
listen ${NGINX_PORT};
```
By default, `nginx-envsubst` reads template files in `/etc/nginx/templates` directory and outputs the result of execution using `envsubst` to `/etc/nginx/conf.d`.
By default, `nginx-envsubst` reads template files in `/etc/nginx/templates` and outputs the result of executing `envsubst` to `/etc/nginx/conf.d`.
This behavior can be changed via the following environent variables: