Skip to content
Snippets Groups Projects
Commit 04d27524 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Update default.conf

parent 4a05ed51
No related branches found
No related tags found
1 merge request!221feat: Add specification section to project resources
Pipeline #32643 passed
......@@ -45,6 +45,11 @@ server {
error_page 404 /404.html;
location / {
# Configure redirect for /resources but omit /resources/marketplace
if ($request_uri ~ ^/resources/(?!marketplace)(.*)$) {
return 301 https://wiki.eclipse.org/Eclipse_Articles,_Tutorials,_Demos,_Books,_and_More;
}
# www.eclipse.org/home
# https://git.eclipse.org/c/www.eclipse.org/home.git/tree/
rewrite /home/search.php /home/search redirect;
......
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