diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..dda4cb0 --- /dev/null +++ b/apache.conf @@ -0,0 +1,11 @@ +# +# spice-html5 is a Javascript SPICE client +# +Alias /spice /usr/share/spice-html5 + + AllowOverride None + Require all granted + Order allow,deny + Allow from all + DirectoryIndex spice.html +