diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:54 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:28:58 -0800 |
commit | 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (patch) | |
tree | 61a58199404c402d799e1f3bbbf969d482e5ef6c /modules/mirrorbrain | |
parent | 5f6f124d960df9a808f43aa6a6b637b9d26f802e (diff) | |
download | puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.gz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.bz2 puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.xz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.zip |
Switch links to https: where possible
All these point to valid https: resources, but there is a small chance
that some unusual interaction will cause it not to work. Some of these
changes also won't take effect until the server is restarted, so we'll
need to keep this in mind if failures occur long from now.
Diffstat (limited to 'modules/mirrorbrain')
-rw-r--r-- | modules/mirrorbrain/templates/webapp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mirrorbrain/templates/webapp.conf b/modules/mirrorbrain/templates/webapp.conf index 1c8d5656..9606be64 100644 --- a/modules/mirrorbrain/templates/webapp.conf +++ b/modules/mirrorbrain/templates/webapp.conf @@ -3,9 +3,9 @@ MirrorBrainDebug Off FormGET On MirrorBrainHandleHEADRequestLocally Off - MirrorBrainFallback na us http://mirrors.kernel.org/mageia/ + MirrorBrainFallback na us https://mirrors.kernel.org/mageia/ MirrorBrainFallback eu fr http://ftp.free.fr/mirrors/mageia.org/ - MirrorBrainFallback eu se http://ftp.acc.umu.se/mirror/mageia/ + MirrorBrainFallback eu se https://ftp.acc.umu.se/mirror/mageia/ MirrorBrainMinSize 0 #MirrorBrainExcludeUserAgent rpm/4.4.2* #MirrorBrainExcludeUserAgent *APT-HTTP* @@ -13,4 +13,4 @@ DirectoryIndex disable Options +FollowSymLinks +Indexes Require all granted -</Directory>
\ No newline at end of file +</Directory> |