NextCloud: PHP does not have access to / dev / urandom [closed]

0

I'm going crazy with this error in nextcloud:

  

PHP does not have access to / dev / urandom which is inadvisable for security reasons

I have done: rm /dev/urandom mknod -m 777 /dev/urandom c 1 9

But he keeps telling me he does not have access.

Can someone help me?

In php.ini I have:

open_basedir = /dev/urandom
    
asked by Isaac Palacio 09.05.2017 в 16:56
source

1 answer

0

Fix it, in the nginx configuration of the domain, in the open_basedir section, you have to leave it empty.

    
answered by 11.05.2017 / 08:18
source