Skip to content
Snippets Groups Projects
Commit cf893038 authored by Zachary Sabourin's avatar Zachary Sabourin
Browse files

fix: Adjust approach to org community-survey direvtives

parent fe55dfe8
No related branches found
No related tags found
No related merge requests found
......@@ -192,49 +192,49 @@ server {
}
# https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/582?work_item_iid=586
location = /org/community_survey/2016/SurveySummary_final.ods {
location = /org/community-survey/2016/SurveySummary_final.ods {
return 301 https://$host/org/community-survey/2016-eclipse-survey-results.ods;
}
location = /org/community_survey/2016/SurveySummary_final.xls {
location = /org/community-survey/2016/SurveySummary_final.xls {
return 301 https://$host/org/community-survey/2016-eclipse-survey-results.xls;
}
location = /org/community_survey/Eclipse_Survey_2010_Report.pdf {
location = /org/community-survey/Eclipse_Survey_2010_Report.pdf {
return 301 https://$host/org/community-survey/2010-eclipse-survey-report.pdf;
}
location = /org/community_survey/Eclipse_Survey_2011_Report.pdf {
location = /org/community-survey/Eclipse_Survey_2011_Report.pdf {
return 301 https://$host/org/community-survey/2011-eclipse-survey-report.pdf;
}
location = /org/community_survey/Summary_Data_2010.ods {
location = /org/community-survey/Summary_Data_2010.ods {
return 301 https://$host/org/community-survey/2010-eclipse-survey-results.ods;
}
location = /org/community_survey/Summary_Data_2010.xls {
location = /org/community-survey/Summary_Data_2010.xls {
return 301 https://$host/org/community-survey/2010-eclipse-survey-results.xls;
}
location = /org/community_survey/Summary_Data_2011.ods {
location = /org/community-survey/Summary_Data_2011.ods {
return 301 https://$host/org/community-survey/2011-eclipse-survey-results.ods;
}
location ~ ^/org/community_survey/Survey(?:%20|\+|\s|_)Final(?:%20|\+|\s|_)Results(?:%20|\+|\s|_)2012(?:(?:%20|\+|\s|_)-public)?[.]ods$ {
location ~ ^/org/community-survey/Survey(?:%20|\+|\s|_)Final(?:%20|\+|\s|_)Results(?:%20|\+|\s|_)2012(?:(?:%20|\+|\s|_)-public)?[.]ods$ {
return 301 https://$host/org/community-survey/2012-eclipse-survey-results.ods;
}
location ~ ^/org/community_survey/Survey(?:%20|\+|\s|_)Final(?:%20|\+|\s|_)Results(?:%20|\+|\s|_)2012(?:(?:%20|\+|\s|_)-public)?[.]xls$ {
location ~ ^/org/community-survey/Survey(?:%20|\+|\s|_)Final(?:%20|\+|\s|_)Results(?:%20|\+|\s|_)2012(?:(?:%20|\+|\s|_)-public)?[.]xls$ {
return 301 https://$host/org/community-survey/2012-eclipse-survey-results.xls;
}
location = /org/community_survey/SurveySummary_2013_public.ods {
location = /org/community-survey/SurveySummary_2013_public.ods {
return 301 https://$host/org/community-survey/2013-eclipse-survey-results.ods;
}
location = /org/community_survey/SurveySummary_2013_public.xlsx {
location = /org/community-survey/SurveySummary_2013_public.xlsx {
return 301 https://$host/org/community-survey/2013-eclipse-survey-results.xlsx;
}
location = /org/community_survey/SurveySummary_2014-public.ods {
location = /org/community-survey/SurveySummary_2014-public.ods {
return 301 https://$host/org/community-survey/2014-eclipse-survey-results.ods;
}
location = /org/community_survey/SurveySummary_2014-public.xls {
location = /org/community-survey/SurveySummary_2014-public.xls {
return 301 https://$host/org/community-survey/2014-eclipse-survey-results.xls;
}
location = /org/community_survey/SurveySummary_03312015.ods {
location = /org/community-survey/SurveySummary_03312015.ods {
return 301 https://$host/org/community-survey/2015-eclipse-survey-results.ods;
}
location = /org/community_survey/SurveySummary_03312015.xls {
location = /org/community-survey/SurveySummary_03312015.xls {
return 301 https://$host/org/community-survey/2015-eclipse-survey-results.xls;
}
......
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