smlinux/net/nginx
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30
..
nginx.conf.sample Added net section 2022-02-13 15:56:03 +05:30
nginx.run Added net section 2022-02-13 15:56:03 +05:30
nginx.SMBuild Replaced upper case variable with lower case in net/cgit 2022-10-10 22:54:00 +05:30
README.user Added net section 2022-02-13 15:56:03 +05:30

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