Skip to content
Snippets Groups Projects
Verified Commit 30632e94 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

archweb: fix trusted user fellows redirect

parent 3dc0ca97
No related branches found
No related tags found
No related merge requests found
Pipeline #81474 passed
......@@ -190,14 +190,13 @@ server {
}
# Temporary redirects
location /people/trusted-users/ {
return 301 /people/package-maintainers/;
}
location /people/trusted-users-fellows/ {
location /people/trusted-user-fellows/ {
return 301 /people/package-maintainer-fellows/;
}
location /people/trusted-users/ {
return 301 /people/package-maintainers/;
}
location / {
access_log /var/log/nginx/{{ archweb_domain }}/access.log main;
......
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