Description: Suggest using /var/www/html rather that /var/www
 .
 Debian policy 3.9.6 changes the default web document root.
Author: Jean-Michel Vourgère <jmv_deb@nirgal.com>
Forwarded: not-needed
Last-Update: 2014-10-20

Index: eyefiserver/doc/eyefiserver.conf.txt
===================================================================
--- eyefiserver.orig/doc/eyefiserver.conf.txt
+++ eyefiserver/doc/eyefiserver.conf.txt
@@ -33,7 +33,7 @@ upload_dir
 
        Starting ~ will be replaced by user home directory.
         
-       %X will be replaced by a datetime fragment according to python time.strftime format: For exemple, on January 1st 2013, running as www-data, upload_dir=~/eyefi/%Y/%Y%m%d will put files in /var/www/eyefi/2013/20130101/. See http://docs.python.org/library/time.html#time.strftime.
+       %X will be replaced by a datetime fragment according to python time.strftime format: For exemple, on January 1st 2013, running as www-data, upload_dir=~/html/eyefi/%Y/%Y%m%d will put files in /var/www/html/eyefi/2013/20130101/. See http://docs.python.org/library/time.html#time.strftime.
 
        Default value is ~/eyefi.
 complete_execute  
@@ -85,13 +85,13 @@ EXAMPLES
 
       upload_key=774e46f14990456a9ab7b4d22f1da138
 
-      upload_dir=/var/www/eyefi/%Y/card1/%Y%m%d
+      upload_dir=/var/www/html/eyefi/%Y/card1/%Y%m%d
 
       [00185650efea]
 
       upload_key=11a3e229084349bc25d97e29393ced1d
 
-      upload_dir=/var/www/eyefi/%Y/card2/%Y%m%d
+      upload_dir=/var/www/html/eyefi/%Y/card2/%Y%m%d
 
   PROGRESS METER
       #!/bin/bash
