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!
36 files
+ 842
64
Compare changes
  • Side-by-side
  • Inline
Files
36
+ 13
2
@@ -56,7 +56,7 @@ server {
# https://git.eclipse.org/c/www.eclipse.org/getting_started.git/tree/
rewrite /getting_started /getting-started redirect;
rewrite /getting_started/index.php /getting-started redirect;
# www.eclipse.org/documentation
# https://git.eclipse.org/c/www.eclipse.org/documentation.git/tree/
rewrite /documentation/index.php /documentation redirect;
@@ -79,10 +79,21 @@ server {
rewrite /contribute/dev_program/faq.php /contribute/dev-program/faq redirect;
rewrite /contribute/cla https://accounts.eclipse.org/user/eca redirect;
rewrite /contribute/cla/index.php https://accounts.eclipse.org/user/eca redirect;
# www.eclipseide.org/getting-started
# www.eclipse.org/getting-started
rewrite /getting-started https://eclipseide.org/getting-started redirect;
# www.eclipse.org/openchain
rewrite /projects/openchain /openchain redirect;
# www.eclipse.org/security
# https://git.eclipse.org/c/www.eclipse.org/security.git/tree/
rewrite /security/index.php /security/ redirect;
rewrite /security/known.php /security/known/ redirect;
rewrite /security/policy.php /security/policy/ redirect;
rewrite /security/policy_2011.php /security/policy/ redirect;
root /usr/share/nginx/html/;
index index.html index.htm;
}
@@ -95,4 +106,4 @@ server {
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
}
\ No newline at end of file
}
Loading