smlinux/net/nginx
PktSurf 437ea7322b Added proper build functions in base/rpi-userland
Added licenses to net/{autossh,comgt,fcgiwrap,fail2ban,wpa_supplicant}
Fixed prefix, added code to backup and configure additional conf files in net/nginx
Function call reordering and some cleanups in net/php
Replaced old init script with runit script in net/privoxy
2023-03-30 21:15:29 +05:30
..
doinst.sh Added proper build functions in base/rpi-userland 2023-03-30 21:15:29 +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 Added proper build functions in base/rpi-userland 2023-03-30 21:15:29 +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