diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:50:10 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:50:10 -0800 |
commit | 4804730d59a8d00961434e6d291c9bc942e5bd92 (patch) | |
tree | 59a19fc1848e3e6125a5ff989b5974f937af1388 /modules/youri-check/templates | |
parent | 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (diff) | |
download | puppet-4804730d59a8d00961434e6d291c9bc942e5bd92.tar puppet-4804730d59a8d00961434e6d291c9bc942e5bd92.tar.gz puppet-4804730d59a8d00961434e6d291c9bc942e5bd92.tar.bz2 puppet-4804730d59a8d00961434e6d291c9bc942e5bd92.tar.xz puppet-4804730d59a8d00961434e6d291c9bc942e5bd92.zip |
Remove comments from apache config snippet
Apache doesn't support comments here.
Diffstat (limited to 'modules/youri-check/templates')
-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 |