Skip to content
Snippets Groups Projects
Commit dc93b88b authored by Christopher Guindon's avatar Christopher Guindon :palm_tree:
Browse files

Revert "Revert "Update default.conf""

parent f3ce8532
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!105Revert "Revert "Update default.conf""
...@@ -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