fix: myriad typos and issues
This commit is contained in:
parent
21a158602a
commit
be92f3bdf0
64 changed files with 107 additions and 104 deletions
|
@ -5,7 +5,7 @@ title: Clearing mod_pagespeed cache
|
|||
tags: ['Apache', 'development']
|
||||
---
|
||||
|
||||
I use [mod_pagespeed](https://github.com/pagespeed/mod_pagespeed) on this server to help speed up asset delivery and force optimization best practices across all of the sites I host.<!-- excerpt --> Occasionally, during deployments, it's helpful to clear the module cache. Doing so is as simple as the following:
|
||||
I use [mod_pagespeed](https://github.com/pagespeed/mod_pagespeed) on this server to help speed up asset delivery and force optimization best practices across all the sites I host.<!-- excerpt --> Occasionally, during deployments, it's helpful to clear the module cache. Doing so is as simple as the following:
|
||||
|
||||
```bash
|
||||
touch /var/cache/mod_pagespeed/cache.flush
|
||||
|
|
Reference in a new issue