change arch url
This commit is contained in:
parent
cb5aa94cb9
commit
b8b7ccbd86
@ -184,7 +184,7 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://archlinux.de-labrusse.fr$request_uri;
|
||||
proxy_pass http://archlinux.mailtunnel.eu$request_uri;
|
||||
}
|
||||
- listen: "127.0.0.1:7002"
|
||||
server_name: "_"
|
||||
@ -192,7 +192,7 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://mirror.23media.com/archlinux$request_uri;
|
||||
proxy_pass http://mirror.cyberbits.eu/archlinux$request_uri;
|
||||
}
|
||||
- listen: "127.0.0.1:7003"
|
||||
server_name: "_"
|
||||
@ -200,5 +200,5 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://mirror.archlinux.ikoula.com$request_uri;
|
||||
proxy_pass http://mirrors.niyawe.de/archlinux$request_uri;
|
||||
}
|
||||
|
@ -333,7 +333,7 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://archlinux.mirrors.ovh.net/archlinux$request_uri;
|
||||
proxy_pass http://archlinux.mailtunnel.eu$request_uri;
|
||||
}
|
||||
- listen: "127.0.0.1:7002"
|
||||
server_name: "_"
|
||||
@ -341,7 +341,7 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://archlinux.cu.be$request_uri;
|
||||
proxy_pass http://mirror.cyberbits.eu/archlinux$request_uri;
|
||||
}
|
||||
- listen: "127.0.0.1:7003"
|
||||
server_name: "_"
|
||||
@ -349,5 +349,5 @@ nginx_vhosts:
|
||||
template: "{{ nginx_vhost_template }}"
|
||||
extra_parameters: |
|
||||
location / {
|
||||
proxy_pass http://mirror.neostrada.nl/archlinux$request_uri;
|
||||
proxy_pass http://mirrors.niyawe.de/archlinux$request_uri;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user