Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualisation:nextcloud [2018/03/01 08:45]
buettner
virtualisation:nextcloud [2018/03/01 09:19]
buettner
Line 62: Line 62:
 ===Configuring PHP=== ===Configuring PHP===
  
-For setting up PHP, several values in three files have to be edited. First, go to /​etc/​php/​7.0/​fpm/​pool.d/​www.conf and edit the following values (Note: all values described here have to be edited, decommented or added):+For setting up PHP, several values in three files have to be edited. First, go to /​etc/​php/​7.0/​fpm/​pool.d/​www.conf and edit the following values (Note: all values described here have to be edited, decommentedor added):
 <code c /​etc/​php/​7.0/​fpm/​pool.d/​www.conf>​ <code c /​etc/​php/​7.0/​fpm/​pool.d/​www.conf>​
 user = www-data user = www-data
Line 124: Line 124:
 Note that you have to enter your own credentials for '​user'​ and '​password'​. Note that you have to enter your own credentials for '​user'​ and '​password'​.
  
-Now all necessary ​right have to be granted to this new user:+Now all necessary ​rights ​have to be granted to this new user:
 <​code>​ <​code>​
 grant all privileges on nextcloud_db.* to '​user'​@localhost;​ grant all privileges on nextcloud_db.* to '​user'​@localhost;​