summaryrefslogtreecommitdiff
path: root/apache.conf.sample
blob: f3bd2fe08a749d4d04c899f5a4168eb595bc99ad (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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>