Last active
January 1, 2020 22:14
-
-
Save onebelarusianguy/8c4a44fba7756738f6cb5a799b33e14c to your computer and use it in GitHub Desktop.
Revisions
-
onebelarusianguy revised this gist
Jan 1, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ # MacOS sudo chown -R _www:_www /var/www/test # Ubuntu sudo chown -R www-data:www-data /var/www/test -
onebelarusianguy revised this gist
Jan 1, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ sudo chown -R _www:_www /var/www/test sudo chown -R www-data:www-data /var/www/test -
onebelarusianguy created this gist
Mar 29, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sudo chown -R www-data:www-data /var/www/test