Files
webgui/plugins/dynamix.vm.manager/spice/apache.conf.sample
2022-07-31 15:36:34 +01: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>