diff --git a/doc/source/examples/httpd.conf b/doc/source/examples/httpd.conf index fed2fb966d..1ab964972b 100644 --- a/doc/source/examples/httpd.conf +++ b/doc/source/examples/httpd.conf @@ -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 "*" #