mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-06-03 09:57:35 +00:00
Merge pull request #2 from sparklyballs/php-fix
always_populate_raw_post_data = -1 fix in php.ini
This commit is contained in:
@@ -81,6 +81,9 @@ RUN \
|
||||
|
||||
# configure php for nextcloud
|
||||
RUN \
|
||||
sed -i \
|
||||
's/;always_populate_raw_post_data = -1/always_populate_raw_post_data = -1/g' \
|
||||
/etc/php5/php.ini && \
|
||||
echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /defaults/nginx-fpm.conf
|
||||
|
||||
# add local files
|
||||
|
||||
Reference in New Issue
Block a user