We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bb3a2 commit 866d0a3Copy full SHA for 866d0a3
001-iipsrv.conf
@@ -8,6 +8,9 @@
8
# However, you must set it for any further virtual host explicitly.
9
ServerName localhost
10
11
+ # add the CORS authorization to the header
12
+ Header set Access-Control-Allow-Origin "*"
13
+
14
ServerAdmin webmaster@localhost
15
DocumentRoot /var/www/localhost/
16
0 commit comments