paths: don't require existence

Create paths for FileCachePath and LogDir if they don't exist yet and give
them proper permissions.
This commit is contained in:
Jeff Kaufman
2013-10-22 16:47:49 -04:00
parent 687e0a7028
commit f956ef92e9
3 changed files with 60 additions and 7 deletions
-2
View File
@@ -72,8 +72,6 @@ In your `nginx.conf`, add to the main or server block:
```nginx
pagespeed on;
# needs to exist and be writable by nginx
pagespeed FileCachePath /var/ngx_pagespeed_cache;
```