Merge pull request #2 from sparklyballs/php-fix

always_populate_raw_post_data = -1 fix in php.ini
This commit is contained in:
sparklyballs
2016-07-05 15:04:54 +01:00
committed by GitHub
+3
View File
@@ -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