Skip to content

Commit 866d0a3

Browse files
Added CORS auth to apache config
1 parent 57bb3a2 commit 866d0a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

001-iipsrv.conf

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# However, you must set it for any further virtual host explicitly.
99
ServerName localhost
1010

11+
# add the CORS authorization to the header
12+
Header set Access-Control-Allow-Origin "*"
13+
1114
ServerAdmin webmaster@localhost
1215
DocumentRoot /var/www/localhost/
1316

0 commit comments

Comments
 (0)