Update nginx config to fix URL redirects

This commit is contained in:
Kenneth Reitz
2024-06-14 12:35:10 -04:00
parent e659e5c072
commit d54a0e3def

View File

@@ -105,7 +105,7 @@ data:
location = /community/implementation_variations.html { return 301 /doc/user-guide/implementation-variations.html; }
location = /community/requests.html { return 301 /community/; }
location = /community/reviews.html { return 301 /doc/formal-reviews/index.html; }
location = /community/review_schedule.html { return 301 /doc/formal-reviews/review-results.html ; }
location = /community/review_schedule.html { return 301 /doc/formal-reviews/review-results.html; }
location = /development/submissions.html { return 301 /doc/formal-reviews/submissions.html; }
location = /development/bugs.html { return 301 /doc/user-guide/reporting-issues.html; }
location = /development/pull_requests.php { return 301 $scheme://$host; }