diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-17 15:45:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-17 17:45:54 +0200 |
commit | 415acc63cf3b51c91f70f75fe93ad0384f7d176a (patch) | |
tree | cd914c4103a8d7b7024a26f5d8788f5e80bd1ded /README.md | |
parent | 8c72543a4af7a613496e0581a939996fc284f861 (diff) | |
download | PeerTube-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.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |