Signed-off-by: Jeremy White <jwhite@xxxxxxxxxxxxxxx> --- apache.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apache.conf 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 +<Directory /usr/share/spice-html5> + AllowOverride None + Require all granted + Order allow,deny + Allow from all + DirectoryIndex spice.html +</Directory> -- 1.7.10.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel