Ver Fonte

Add the chown line for www-data

A copy made with sudo make the new files ownership of root. To allow apache to modifiy wiki files, you must change the ownership to www-data, the user created by Apache2 on Ubuntu.
DricomDragon há 5 anos atrás
pai
commit
08828738e2
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Guides/wiki.md

+ 2 - 0
Guides/wiki.md

@@ -61,6 +61,8 @@ sudo mkdir /var/www/mediawiki
 
 sudo mv mediawiki-*/* /var/www/mediawiki
 
+sudo chown -R www-data:www-data /var/www/mediawiki
+
 ```
 
 ### Cli config