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
@@ -46,8 +46,8 @@ upload_dir
         
        %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/.
+       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.
@@ -113,11 +113,11 @@ EXAMPLES
 
       [00185650efe9]
       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, using a progress_execute hook:
 
