diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:30:23 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:30:23 +0200 |
commit | 10d0963eec1c9ae6d534e5eecb34ec807596d4a9 (patch) | |
tree | 47523da5d2f2f28a6b8afef1932dc963c7cb2904 | |
parent | 677f1adf6006f8c172ed041d54ece1e171cda724 (diff) | |
download | PeerTube-10d0963eec1c9ae6d534e5eecb34ec807596d4a9.tar.gz PeerTube-10d0963eec1c9ae6d534e5eecb34ec807596d4a9.tar.zst PeerTube-10d0963eec1c9ae6d534e5eecb34ec807596d4a9.zip |
Add systemd/nginx template link in README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -164,6 +164,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set. | |||
164 | 164 | ||
165 | $ NODE_ENV=production npm start | 165 | $ NODE_ENV=production npm start |
166 | 166 | ||
167 | **Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx | ||
168 | |||
169 | **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd | ||
170 | |||
167 | ### Other commands | 171 | ### Other commands |
168 | 172 | ||
169 | To print all available command run: | 173 | To print all available command run: |