diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/templates/vhost_check.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/youri-check/templates/vhost_check.conf b/modules/youri-check/templates/vhost_check.conf index fd4d87b1..2cf598b5 100644 --- a/modules/youri-check/templates/vhost_check.conf +++ b/modules/youri-check/templates/vhost_check.conf @@ -1,2 +1,2 @@ -Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" # default -Header set Access-Control-Allow-Origin "https://pkgsubmit.<%= domain %>" env=HTTPS # override +Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" +Header set Access-Control-Allow-Origin "https://pkgsubmit.<%= domain %>" env=HTTPS |