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 1f2dfeb commit 3484eb5Copy full SHA for 3484eb5
app/run.sh
@@ -148,6 +148,25 @@ cat <<EOT >> /etc/apache2/apache2.conf
148
</IfModule>
149
EOT
150
151
+cat <<EOT >> /etc/apache2/mods-available/pagespeed.conf
152
+# https://www.howtoforge.com/how-to-install-and-configure-mod-pagespeed-module-with-apache-on-ubuntu-1804/
153
+<Location /pagespeed_admin>
154
+ Order allow,deny
155
+ Allow from localhost
156
+ Allow from 127.0.0.1
157
+ Allow from all
158
+ SetHandler pagespeed_admin
159
+</Location>
160
+
161
+<Location /pagespeed_global_admin>
162
163
164
165
166
+ SetHandler pagespeed_global_admin
167
168
+EOT
169
170
171
172
0 commit comments