Skip to content
Snippets Groups Projects
Verified Commit c4f13d3a authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

archweb: Redirect /pacman/ to new pacman subdomain[1]

[1] c55b448c ("Add GitLab Pages for pacman")
parent f0b40161
No related branches found
No related tags found
No related merge requests found
Pipeline #100598 passed
......@@ -144,8 +144,8 @@ server {
alias {{ archweb_dir }}/collected_static/favicon.ico;
}
location /pacman/ {
alias {{ archweb_dir }}/archlinux.org/pacman/;
location ~ ^/pacman/(.*)$ {
return 301 https://pacman.archlinux.page/$1;
}
location /netcfg/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment