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

Merge branch 'oliviergoulet/main/393' into 'main'

fix: reintroduce missing redirects for security section

Closes #393

See merge request !110
parents f18de349 28bdc5cb
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!110fix: reintroduce missing redirects for security section
Pipeline #32720 canceled
......@@ -98,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;
......
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