소스 검색

fix a bit

Syunsuke Komma 6 년 전
부모
커밋
1af6dc6cd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nginx/content.md

+ 1 - 1
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: