README: update wording

This commit is contained in:
Luna 2022-12-07 02:03:23 -03:00
parent 219f606db7
commit 4848d28014
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@ It adds various modules but the most important of them is Lua scripting
It is an effective replacement to your NGINX installation, but you can have
them coexisting (say, NGINX on port 80, OpenResty being reverse proxied by
NGINX on port 8069, though I wouldn't recommend it).
NGINX on port 8069, though I wouldn't recommend it in production environments).
### actually installing aproxy
```
```sh
mkdir /opt
git clone https://gitdab.com/luna/aproxy
@ -82,7 +82,7 @@ http {
## Running the test suite
requires luajit, and nothing else.
requires luarocks, luajit, and nothing else.
```sh
make testdeps