diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-21 16:59:56 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-21 16:59:56 +0000 |
commit | de77d7621a781cf409663a8d5e931227e3b2cf82 (patch) | |
tree | 80f9da1225827d98dbc7dfaab265c65c8aafffe2 | |
parent | 8b170b96c7c9ae727bdfe2d6856375b183f56180 (diff) | |
download | pleroma-de77d7621a781cf409663a8d5e931227e3b2cf82.tar.gz |
Apply suggestion to docs/installation/releases_en.md
-rw-r--r-- | docs/installation/releases_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 352dc3dfc..48fffa6e2 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -24,7 +24,7 @@ Other than things bundled in the OTP release Pleroma depends on: * unzip (needed to unpack release builds) * ncurses (ERTS won't run without it) * PostgreSQL (also utilizes extensions in postgresql-contrib) -* nginx (could be swapped with another webserver but this guide covers only it) +* nginx (could be swapped with another reverse proxy but this guide covers only it) * certbot (for Let's Encrypt certificates, could be swapped with another ACME client, but this guide covers only it) Debian/Ubuntu: |