mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
add opensuse php user instruction
This commit is contained in:
parent
f42d337171
commit
cd06461766
@ -189,6 +189,12 @@ the user running php on your system.
|
||||
::
|
||||
|
||||
chown -R apache:apache /path/to/your/owncloud
|
||||
|
||||
* openSUSE users should run (as root):
|
||||
::
|
||||
|
||||
chown -R wwwrun:www /path/to/your/owncloud
|
||||
|
||||
|
||||
Web Server Configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -374,7 +380,7 @@ Example config for Apache 2.4:
|
||||
|
||||
sudo service apache2 restart
|
||||
|
||||
* For systemd systems (Fedora, ArchLinux, OpenSUSE), run::
|
||||
* For systemd systems (Fedora, Arch Linux, OpenSUSE), run::
|
||||
|
||||
systemctl restart httpd.service
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user