aboutsummarylogtreecommitdiffstats
path: root/proxy.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.cgi')
-rwxr-xr-xproxy.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy.cgi b/proxy.cgi
index 6847224f51ba..64d3b8e4a5bc 100755
--- a/proxy.cgi
+++ b/proxy.cgi
@@ -6,7 +6,7 @@ set -e
# requests to an actual mirror while caching contents to /var/cache/pacman/pkg.
# Use in pacman.conf with:
#
-# Server = http://server/path/to/proxy.cgi/$repo/os/$arch/
+# Server = https://server/path/to/proxy.cgi/$repo/os/$arch/
[[ $REMOTE_ADDR = 127.0.0.1 ]]
@@ -20,7 +20,7 @@ MIR=${MIR%/}
PKG=${PATH_INFO##*/}
if [[ $PATH_INFO = /vesath/* ]]; then
- MIR='http://arch.vesath.org/'
+ MIR='https://arch.vesath.org/'
PATH_INFO=${PATH_INFO#/vesath/os/}
fi