diff options
author | Noé Rubinstein <noe.rubinstein@gmail.com> | 2015-11-04 19:46:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 21:48:36 +0100 |
commit | 407d77e9c1448a9eec9669346bac33218c3b29be (patch) | |
tree | 64b1c5fa0f51c7c81675e42e17a9c15874536b7b | |
parent | 9ae362f09a36f96d63c8a24bde9ad2ddf6211642 (diff) | |
download | buildroot-407d77e9c1448a9eec9669346bac33218c3b29be.tar.gz buildroot-407d77e9c1448a9eec9669346bac33218c3b29be.zip |
package/nginx: fix a typo
Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/nginx/nginx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk index 32a337c2de..8e23bd8e10 100644 --- a/package/nginx/nginx.mk +++ b/package/nginx/nginx.mk @@ -19,7 +19,7 @@ NGINX_CONF_OPTS = \ # www-data user and group are used for nginx. Because these user and group # are already set by buildroot, it is not necessary to redefine them. -# See system/skeleton/passwd +# See system/skeleton/etc/passwd # username: www-data uid: 33 # groupname: www-data gid: 33 # |