Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo mkdir -p /varusr/share/wwwnginx/html/wordpress

23. Unzip WordPress to the www directory:

Code Block
sudo unzip latest.zip -d /usr/varshare/wwwnginx/html/

24. You must set the directory owner permissions to WWW, or else you will have trouble with WordPress write permissions.

Code Block