#
# Simple example of Access control protection
#

# Prevent the browser to list the folder 
#	Options -Indexes

# HTACCESS control shall be enabled on the NAS
# 	AuthName "Example of Restricted Access" 
#	AuthType Basic 
#	AuthUserFile /mnt/HDA_ROOT/rootfs_2_3_6/root/.htpasswd 		# For x09 series
#	AuthUserFile /mnt/HDA_ROOT/.config/shadow 
#	AuthGroupFile /dev/null 
#	require valid-user

#	<limit GET POST>
#		require user admin
#	</Limit>
