Skip to content

Commit

Permalink
Update README.md to change permissions to 755
Browse files Browse the repository at this point in the history
  • Loading branch information
RamesesLabs committed Sep 18, 2018
1 parent f0bd2e8 commit 034e7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ You may download Nginx at: https://nginx.org/en/linux_packages.html#stable
8. It's a good idea to make sure file permissions are set to be able to write to your files, if you haven't already done so, the following commands will make sure all permissions are set for writing. Adjust setting based to your security needs.

> sudo chmod 757 /var/www
> sudo chmod 755 /var/www
> sudo chmod 757 /var/www/your_site.com
> sudo chmod 755 /var/www/your_site.com
> sudo chmod 757 /var/www/your_site.com/html
> sudo chmod 755 /var/www/your_site.com/html
9. Restart the nginx service

Expand Down

0 comments on commit 034e7b9

Please sign in to comment.