Last active
January 1, 2020 22:14
-
-
Save onebelarusianguy/8c4a44fba7756738f6cb5a799b33e14c to your computer and use it in GitHub Desktop.
To perform the requested action, WordPress needs to access your web server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MacOS | |
| sudo chown -R _www:_www /var/www/test | |
| # Ubuntu | |
| sudo chown -R www-data:www-data /var/www/test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment