bnuuy/spice-html5/apache.conf.sample
2021-05-26 11:09:40 -04:00

10 lines
272 B
Text

#
# spice-html5 is a Javascript SPICE client
#
Alias /spice /usr/share/spice-html5
<Directory /usr/share/spice-html5>
# This page is broadly available, tune here to make it more restricted.
Allow from all
Satisfy Any
DirectoryIndex spice.html
</Directory>