From ffc6ef2dd443b82964604415ddb223ad8989d8f4 Mon Sep 17 00:00:00 2001 From: Falko Date: Mon, 29 Jan 2018 09:50:08 +0100 Subject: [PATCH] Added a simpler way to get env vars in php-fpm Answer was discussed here https://github.com/docker-library/php/issues/74 not and expert though --- admin_manual/installation/source_installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index d40a7b8ae..b6fbb862f 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -451,6 +451,14 @@ confirm your paths, for example:: If any of your system environment variables are not present in the file then you must add them. +Alternatively it is possible to use the enviornemt variables of your system by modifying + + /etc/php/7.0/fpm/pool.d/www.conf + +and uncommenting the line + + clear_env = no + When you are using shared hosting or a control panel to manage your `Nextcloud VM `_ or server, the configuration files are almost certain to be located somewhere else, for security and flexibility reasons, so