Compare commits
2 commits
d3d34a68f1
...
0b4877218e
Author | SHA1 | Date | |
---|---|---|---|
|
0b4877218e | ||
|
32e5e797ca |
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ server {
|
|||
}
|
||||
|
||||
location ~ \.(db|sig) {
|
||||
proxy_pass https://mirrors.kernel.org$request_uri;
|
||||
proxy_pass https://mirrors.advancedhosters.com$request_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass https://mirrors.kernel.org;
|
||||
proxy_pass https://mirrors.advancedhosters.com;
|
||||
proxy_cache pkg-cache; # This directive should match the keys_zone option
|
||||
proxy_cache_revalidate on;
|
||||
proxy_cache_min_uses 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue