skeleton ngx_pagespeed module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ngx_pagespeed
|
||||
|
||||
This is the [nginx](http://nginx.org/) port of
|
||||
[mod_pagespeed](https://developers.google.com/speed/pagespeed/).
|
||||
|
||||
## How to build
|
||||
|
||||
nginx does not support dynamic loading of modules. You need to add
|
||||
ngx_pagespeed as a build time dependency.
|
||||
|
||||
$ cd /path/to/nginx
|
||||
$ auto/configure --add-module=/path/to/ngx_pagespeed
|
||||
$ make install
|
||||
|
||||
## How to use
|
||||
|
||||
TODO
|
||||
Reference in New Issue
Block a user