deb-spice-html5/apache.conf
2013-02-11 09:17:51 -06:00

12 lines
248 B
ApacheConf

#
# spice-html5 is a Javascript SPICE client
#
Alias /spice /usr/share/spice-html5
<Directory /usr/share/spice-html5>
AllowOverride None
Require all granted
Order allow,deny
Allow from all
DirectoryIndex spice.html
</Directory>