Hi! I’m follow this guide: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04
I’m stuck in step four, here:
" 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/*
What is my user account name? I put the bd user that i created with the tutorial “wordpressuser” but the terminal always say: chown: invalided user.
Thanks for helping.
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.
The user that you should use is the user that you created while following the Initial Server Setup tutorial: Initial Server Setup with Ubuntu 14.04.
I think i can resolved it, the user is: root
Thanks!
chown: invalid user: ‘wordpressuser:www-data’