change arch url

This commit is contained in:
vincent 2020-12-18 21:20:58 +01:00
parent cb5aa94cb9
commit b8b7ccbd86
2 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -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;
}