diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 31a38fdd..f8be98be 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -2,14 +2,14 @@ Installation ----- - download latest **..dist** [release](https://github.com/ffplayout/ffplayout-frontend/releases/latest/) -- unpack and dist content to **/var/www/ffplayout-frontend** +- unpack the dist content to **/var/www/ffplayout-frontend** - create symlink for the media folder - when your media folder is a subfolder (for example `/opt/ffplayout/media`) create the same folder structure under **/var/www/ffplayout-frontend**: - `mkdir -p /var/www/ffplayout-frontend/opt/ffplayout` - `ln -s /opt/ffplayout/media /var/www/ffplayout-frontend/opt/ffplayout/` -Copy **docs/ffplayout.conf** to **/etc/nginx/sites-available/** and make a symlink: +Copy **nginx/ffplayout.conf** to **/etc/nginx/sites-available/** and make a symlink: `ln -s /etc/nginx/sites-available/ffplayout.conf /etc/nginx/sites-enabled/` diff --git a/docs/ffplayout.conf b/nginx/ffplayout.conf similarity index 100% rename from docs/ffplayout.conf rename to nginx/ffplayout.conf