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

Merge branch 'revert-670de7eb' into 'main'

Revert "Revert "Update default.conf""

See merge request eclipsefdn/it/websites/eclipse.org!105
parents 18afb1b5 dc93b88b
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,11 @@ server { ...@@ -45,6 +45,11 @@ server {
error_page 404 /404.html; error_page 404 /404.html;
location / { 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 # www.eclipse.org/home
# https://git.eclipse.org/c/www.eclipse.org/home.git/tree/ # https://git.eclipse.org/c/www.eclipse.org/home.git/tree/
rewrite /home/search.php /home/search redirect; 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