Last active
December 31, 2020 11:49
-
-
Save Dimasmagadan/36af48c7bae71d3e31f1cf75891bc8ab to your computer and use it in GitHub Desktop.
Fix for mod_pagespeed and WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ModPagespeedDisallow */admin/* | |
ModPagespeedDisallow */wp-admin/* | |
ModPagespeedDisallow */tinymce/* | |
ModPagespeedDisallow */mysql/* | |
ModPagespeedDisallow */tubepress/* | |
Author
Dimasmagadan
commented
Apr 13, 2017
- sudo nano /etc/apache2/mods-available/pagespeed.conf
- add gist contents
- sudo touch /var/cache/mod_pagespeed/cache.flush
- sudo service apache2 restart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment