diff options
author | Olivier Blin <dev@blino.org> | 2016-10-05 23:51:27 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-10-05 23:51:27 +0200 |
commit | 02eace8a525f3062be3e9d510ea7ee8039ba5474 (patch) | |
tree | 4ea7ae82d48beaca29f06dc12db2dce275421c20 /modules/youri-check/templates/vhost_check.conf | |
parent | d3042c4f5e4e7879365ca277fcf09583b6c4d5d2 (diff) | |
download | puppet-02eace8a525f3062be3e9d510ea7ee8039ba5474.tar puppet-02eace8a525f3062be3e9d510ea7ee8039ba5474.tar.gz puppet-02eace8a525f3062be3e9d510ea7ee8039ba5474.tar.bz2 puppet-02eace8a525f3062be3e9d510ea7ee8039ba5474.tar.xz puppet-02eace8a525f3062be3e9d510ea7ee8039ba5474.zip |
Fix pkgsubmit origin for CORS on check (should include protocol)
Diffstat (limited to 'modules/youri-check/templates/vhost_check.conf')
-rw-r--r-- | modules/youri-check/templates/vhost_check.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/templates/vhost_check.conf b/modules/youri-check/templates/vhost_check.conf index 42c391d0..d33530df 100644 --- a/modules/youri-check/templates/vhost_check.conf +++ b/modules/youri-check/templates/vhost_check.conf @@ -1 +1 @@ -Header set Access-Control-Allow-Origin "pkgsubmit.<%= domain %>" +Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" |