Răsfoiți Sursa

package/nginx: fix a typo

Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Noé Rubinstein 9 ani în urmă
părinte
comite
407d77e9c1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/nginx/nginx.mk

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