We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b58e commit 5510ec0Copy full SHA for 5510ec0
Dockerfile
@@ -78,6 +78,9 @@ RUN sed -ri 's/^display_errors\s*=\s*Off/display_errors = On/g' /etc/php/7.0/fpm
78
sed -ri 's/^;xmlrpc_errors\s*=\s*0/xmlrpc_errors = 1/g' /etc/php/7.0/fpm/php.ini && \
79
sed -ri 's/^;xmlrpc_errors\s*=\s*0/xmlrpc_errors = 1/g' /etc/php/7.0/cli/php.ini
80
81
+# Disable Google Pagespeed
82
+RUN sed -ri 's/\s*ModPagespeed on/ ModPagespeed off/g' /etc/apache2/mods-available/pagespeed.conf
83
+
84
# Grant ubuntu user access to sudo with no password.
85
RUN apt-get -y install sudo && \
86
echo "ubuntu ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
0 commit comments