aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-17 15:45:17 +0200
committerChocobozzz <me@florianbigard.com>2018-09-17 17:45:54 +0200
commit415acc63cf3b51c91f70f75fe93ad0384f7d176a (patch)
treecd914c4103a8d7b7024a26f5d8788f5e80bd1ded /README.md
parent8c72543a4af7a613496e0581a939996fc284f861 (diff)
downloadPeerTube-415acc63cf3b51c91f70f75fe93ad0384f7d176a.tar.gz
PeerTube-415acc63cf3b51c91f70f75fe93ad0384f7d176a.tar.zst
PeerTube-415acc63cf3b51c91f70f75fe93ad0384f7d176a.zip
Add comments in nginx regarding blocks that can be safely removed
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd522301b..9fb89039b 100644
--- a/README.md
+++ b/README.md
@@ -97,11 +97,10 @@ BitTorrent) inside the web browser, as of today.
97## Dependencies 97## Dependencies
98 98
99 * nginx 99 * nginx
100 * PostgreSQL 100 * **PostgreSQL >= 9.6**
101 * **Redis >= 2.8.18** 101 * **Redis >= 2.8.18**
102 * **NodeJS >= 8.x** 102 * **NodeJS >= 8.x**
103 * yarn 103 * yarn
104 * OpenSSL (cli)
105 * **FFmpeg >= 3.x** 104 * **FFmpeg >= 3.x**
106 105
107## Run in production 106## Run in production