Question
How to allow multiple users to upload to the web directory?
Hello,
I am hosting multiple websites in a single NGINX server with the below directory structure;
/var/www
webiste-1
html
index.php
website-2
html
index.php
I’m using an account with sudo privileges. Now, I would like to add another user that needs to upload files inside the html folders.
What would be my best option here?
TIA
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×