From d4430ba605bc47ea849a4246cd43b9cf85283a17 Mon Sep 17 00:00:00 2001 From: k0nsl Date: Wed, 13 Jul 2016 17:21:50 +0200 Subject: [PATCH] Correct path. The previous path doesn't appear to be correct. I am proposing we change it to /etc/apache2/conf.modules.d/ because a pagespeed.conf is present in that directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fcd6e..b39e616 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If you are running EasyApache4, follow these steps to upgrade. ## Configuring mod_pagespeed -The installation script will copy a default **pagespeed.conf** file into `/usr/local/apache/conf/` on your server. Please consult the following pages to customize your configuration: +The installation script will copy a default **pagespeed.conf** file into `/etc/apache2/conf.modules.d/` on your server. Please consult the following pages to customize your configuration: - [mod_pagespeed module configuration](https://developers.google.com/speed/docs/mod_pagespeed/configuration) - [configuring mod_pagespeed filters](https://developers.google.com/speed/docs/mod_pagespeed/config_filters)