By tracetalbot
I’m following this tutorial to setup wordpress with nginx https://www.digitalocean.com/community/articles/how-to-install-wordpress-with-nginx-on-ubuntu-12-04. At one point it asks us to create and cd into a directory /var/www/
cd /var/www/
It subsequently tells us to change the permissions for that directory with this command
sudo chown www-data:www-data * -R sudo usermod -a -G www-data username
My question is this, is there a relationship between the www of the /var/www/ and the www of the www-data:www-data. For example, if I didn’t create the directory /var/www/ but instead created /var/foo/ directory, would the command for changing permissions look like this
sudo chown foo-data:foo-data * -R
or will the command always be
sudo chown www-data:www-data * -R
regardless of what I name the directory?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
<b>“My question is this, is there a relationship between the www of the /var/www/ and the www of the www-data:www-data.”</b>
<br>
<br>None; <code>www-data</code> is the system name for the web server (whether Nginx or Apache). A popular root directory for a web server – other than <code>/var/www</code> – is <code>/srv/www</code>.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.