From 4804730d59a8d00961434e6d291c9bc942e5bd92 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 25 Jan 2024 13:50:10 -0800 Subject: Remove comments from apache config snippet Apache doesn't support comments here. --- modules/youri-check/templates/vhost_check.conf | 4 ++-- 1 file 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 -- cgit v1.2.1