Compare commits
No commits in common. "0b4877218ecf395a33728aa8eb11a55ebda7cb6b" and "256d75bc6b57ba58b42e76590b5a52435e5c7884" have entirely different histories.
0b4877218e
...
256d75bc6b
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ server {
|
|||
}
|
||||
|
||||
location ~ \.(db|sig) {
|
||||
proxy_pass https://mirrors.advancedhosters.com$request_uri;
|
||||
proxy_pass https://mirrors.kernel.org$request_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass https://mirrors.advancedhosters.com;
|
||||
proxy_pass https://mirrors.kernel.org;
|
||||
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