Question
Questions installing WP on LEMP
I’m almost to finish the WP installation on my brand new LEMP server, but I’m stacked on this step. I will copy what the tutorial says:
<^>The group that nginx operates under is www-data. For the user portion, enter your user account name. We will demonstrate with an account called demo here:
sudo chown -R demo:www-data /var/www/html/*
```<^>
Then by user (demo on the example) I don't know which user I should put. Is the user that I'm using on the SSH?
Thanks.
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.
×