From 1af6dc6cd3a825ca8b0e8d6f27dd8493203c290c Mon Sep 17 00:00:00 2001 From: Syunsuke Komma Date: Tue, 30 Apr 2019 22:12:11 +0900 Subject: [PATCH] fix a bit --- nginx/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/content.md b/nginx/content.md index df6ca3000..f43654258 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -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: