Skip to content
Snippets Groups Projects
Commit eaa6ecc2 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add few more redirects.

parent 23999e2f
No related branches found
No related tags found
1 merge request!186Update nginx config with redirects
Loading
Loading
@@ -8,6 +8,9 @@ rewrite ^/gitlab-ci/ https://www.gitlab.com/gitlab-ci/ permanent;
rewrite ^/community/ https://www.gitlab.com/community/ permanent;
rewrite ^/team/ https://www.gitlab.com/core-team/ permanent;
rewrite ^/donate/ https://www.gitlab.com/contributing/ permanent;
rewrite ^/alumni/ https://www.gitlab.com/alumni/ permanent;
rewrite ^/screenshots/ https://www.gitlab.com/gitlab-ce/ permanent;
rewrite ^/index.html https://www.gitlab.com/ permanent;
```
 
In sites-available:
Loading
Loading
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