Skip to content
Snippets Groups Projects

Added ENACT project

Merged Philippe Krief requested to merge pkriefrvi/eclipse.org:pk/main/enact into main
All threads resolved!
106 files
+ 4606
1982
Compare changes
  • Side-by-side
  • Inline
Files
106
+ 7
0
@@ -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;
@@ -93,6 +98,8 @@ server {
rewrite /security/known.php /security/known/ redirect;
rewrite /security/policy.php /security/policy/ redirect;
rewrite /security/policy_2011.php /security/policy/ redirect;
rewrite /security/report.php /security/report/ redirect;
rewrite /security/team.php /security/team/ redirect;
root /usr/share/nginx/html/;
index index.html index.htm;
Loading