Skip to content

Commit

Permalink
Merge pull request #85 from diegoponciano/patch-1
Browse files Browse the repository at this point in the history
Fix typo for "http_geoip_module" in included modules list.
  • Loading branch information
otakup0pe authored Aug 7, 2016
2 parents 538f0e0 + 34e2815 commit 8a8f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ nginx_source_modules_included:
http_perl_module: "--with-http_perl_module"
naxsi_module: "--add-module=/tmp/naxsi-{{nginx_naxsi_version}}/naxsi_src"
ngx_pagespeed: "--add-module=/tmp/ngx_pagespeed-release-{{nginx_ngx_pagespeed_version}}-beta"
geopip: "--with-http_geoip_module"
http_geoip_module: "--with-http_geoip_module"
```
##### Sites
Expand Down

0 comments on commit 8a8f868

Please sign in to comment.