Merge "Add CORS header to quickstart log server config"

This commit is contained in:
Zuul 2020-10-02 19:42:31 +00:00 committed by Gerrit Code Review
commit 92a552ec67
1 changed files with 2 additions and 0 deletions

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