Compare commits
1 commit
01f1640a0f
...
8a5fd1ca32
Author | SHA1 | Date | |
---|---|---|---|
|
8a5fd1ca32 |
3 changed files with 372 additions and 2320 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -27,16 +27,12 @@ server {
|
||||||
proxy_read_timeout 300;
|
proxy_read_timeout 300;
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
|
|
||||||
location ~ aur-local {
|
location /archlinux/aur-local {
|
||||||
root /mnt/pkgs;
|
root /mnt/pkgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(db|sig) {
|
|
||||||
proxy_pass https://mirrors.kernel.org$request_uri;
|
|
||||||
}
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://mirrors.kernel.org;
|
proxy_pass http://repo.miserver.it.umich.edu/;
|
||||||
proxy_cache pkg-cache; # This directive should match the keys_zone option
|
proxy_cache pkg-cache; # This directive should match the keys_zone option
|
||||||
proxy_cache_revalidate on;
|
proxy_cache_revalidate on;
|
||||||
proxy_cache_min_uses 0;
|
proxy_cache_min_uses 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue