mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #682 from maxolasersquad/patch-1
Update install instructions for PHP7 on Ubuntu.
This commit is contained in:
@@ -423,14 +423,15 @@ variables in the appropropriate ``php-fpm`` ini/config file.
|
||||
|
||||
Here are some example root paths for these ini/config files:
|
||||
|
||||
+--------------------+-----------------------+
|
||||
| Ubuntu/Mint | CentOS/Red Hat/Fedora |
|
||||
+--------------------+-----------------------+
|
||||
| ``/etc/php5/fpm/`` | ``/etc/php-fpm.d/`` |
|
||||
+--------------------+-----------------------+
|
||||
+-----------------------+-----------------------+
|
||||
| Ubuntu/Mint | CentOS/Red Hat/Fedora |
|
||||
+-----------------------+-----------------------+
|
||||
| ``/etc/php5/fpm/`` or | ``/etc/php-fpm.d/`` |
|
||||
| ``/etc/php/7.0/fpm/`` | |
|
||||
+-----------------------+-----------------------+
|
||||
|
||||
In both examples, the ini/config file is called ``www.conf``, and depending on
|
||||
the distro version or customizations you have made, it may be in a subdirectory.
|
||||
the distro version or customizations you have made, it may be in a subdirectory such as ``pool.d``.
|
||||
|
||||
Usually, you will find some or all of the environment variables
|
||||
already in the file, but commented out like this::
|
||||
|
||||
Reference in New Issue
Block a user