mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: use https for aurblup's default mirror instead of ftp
It seems the ftp mirror from kernel.org cannot be used anymore, but the https mirror can. So, the default config has been updated to reflect this; otherwise, aurblup bugs out. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e9cc133005
commit
464540c9a9
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ max-blob-size = 256000
|
||||||
[aurblup]
|
[aurblup]
|
||||||
db-path = /srv/http/aurweb/aurblup/
|
db-path = /srv/http/aurweb/aurblup/
|
||||||
sync-dbs = core extra community multilib testing community-testing
|
sync-dbs = core extra community multilib testing community-testing
|
||||||
server = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64
|
server = https://mirrors.kernel.org/archlinux/%s/os/x86_64
|
||||||
|
|
||||||
[mkpkglists]
|
[mkpkglists]
|
||||||
packagesfile = /srv/http/aurweb/web/html/packages.gz
|
packagesfile = /srv/http/aurweb/web/html/packages.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue