aboutsummarylogtreecommitdiffstats
path: root/proxy.cgi
diff options
context:
space:
mode:
authorGaetan Bisson2017-01-06 21:56:56 -1000
committerGaetan Bisson2017-01-06 21:56:56 -1000
commit7c0300a32a106b2f4e43853b4eac89e1b2dce3da (patch)
treefa1d506dc676a38c589271c91fb37aeec1ca7625 /proxy.cgi
parentaec9fdbbb7125bee3037de99ae1a99b63b858a12 (diff)
downloadaur-7c0300a32a106b2f4e43853b4eac89e1b2dce3da.tar.gz
switch to https
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