Add CORS header to quickstart log server config

This allows the new javascript log viewing functionality to work
in the quickstart configuration.

Change-Id: Iecdff40ddae9f2e5080613e6c289bd84d6f1bb29
This commit is contained in:
James E. Blair
2020-10-02 12:43:12 -06:00
parent 14a86c4d89
commit 0e45123846

View File

@@ -286,6 +286,8 @@ DocumentRoot "/usr/local/apache2/htdocs"
# Controls who can get stuff from this server.
#
Require all granted
Header set Access-Control-Allow-Origin "*"
</Directory>
#