I have installed a LEMP stack on Ubuntu 16.04, added server blocks for different sites but I would like to be able to allow clients to access their files without having complete access to the server.
I have followed this guide https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-directory-on-ubuntu-16-04 up to Step 3 - add a new user. As I am not familiar with command line (I get by!) I'm not sure that the rest of the guide's commands is what I want to achieve.
The folder I would like my client to access is located /var/www/client-site
Can anyone help? Thanks in advance.