mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Merge pull request #1688 from RealRancor/fix_urandom_info
Add /dev/urandom not /dev to open_basedir
This commit is contained in:
@@ -39,7 +39,7 @@ The random number generation also tries to request random numbers from
|
||||
a way that PHP is able to read random data from it.
|
||||
|
||||
.. note:: When having an ``open_basedir`` configured within your ``php.ini`` file,
|
||||
make sure to include the folder ``/dev``.
|
||||
make sure to include ``/dev/urandom``.
|
||||
|
||||
Enable hardening modules such as SELinux
|
||||
****************************************
|
||||
|
||||
Reference in New Issue
Block a user