<<<<<<< .mine

Nginx configuration for HLS Webdav publication

    This document describes installation and minimum configuration of Nginx on Debian server for HLS Webdav publication.


  1. Install Debian server (tested with Debian-7.7.0-i386 net install)

  2. Install nginx package

    apt-get install nginx nginx-extras

  3. Change Nginx port if it fails to start, in example to port 82, edit /etc/nginx/sites-available/default

    server {
    listen 82 default_server;
    listen [::]:82 default_server;
    ....
    }

  4. WebDAV for a no authentication repository

  5. WebDAV for a password restricted repository
=======

Nginx configuration for HLS Webdav publication

    This document describes installation and minimum configuration of Nginx on Debian server for HLS Webdav publication.


  1. Install Debian server (tested with Debian-7.7.0-i386 net install)

  2. Install nginx package

    apt-get install nginx nginx-extras

  3. Change Nginx port if it fails to start, in example to port 82, edit /etc/nginx/sites-available/default

    server {
    listen 82 default_server;
    listen [::]:82 default_server;
    ....
    }

  4. WebDAV for a no authentication repository

  5. WebDAV for a password restricted repository
>>>>>>> .r1884