Skip to content

Commit cdc4187

Browse files
authored
Update README.md
1 parent bc53703 commit cdc4187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Physical memory usage of this plugin is insanely low, under 10 KB for each nginx
4444

4545
## Installation
4646

47-
1. Install nginx (with the [Lua module](https://github.com/openresty/lua-nginx-module) if you don't already have it) and luajit.
48-
1. Debian: `apt-get install nginx luajit`
49-
2. Fedora: `yum install nginx luajit`
47+
1. Install nginx *with the [Lua module](https://github.com/openresty/lua-nginx-module)* `libnginx-mod-http-lua` and `luajit`.
48+
1. Debian: `apt-get install nginx libnginx-mod-http-lua luajit`
49+
2. Fedora: `yum install nginx libnginx-mod-http-lua luajit`
5050
2. Build and install the plugin into an appropriate directory accessible by the nginx process, e.g.,
5151
```bash
5252
luajit -b htaccess.lua /etc/nginx/lua/htaccess.lbc

0 commit comments

Comments
 (0)