smlinux/net/nginx/README.user
2022-02-13 15:56:03 +05:30

5 lines
192 B
Text

Create users and group as follows:
busybox addgroup -S www-data
busybox adduser -h /var/www -s /bin/nologin -S -D -H -G www-data www-data
chown -R www-data /var/www
chgrp -R www-data /var/www