Files
webgui/emhttp/plugins/dynamix.vm.manager/spice/apache.conf.sample
Tom Mortensen f9ec00b488 repo reorg
2023-06-02 12:49:33 -07:00

11 lines
272 B
Plaintext

#
# 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>