Add proxy rule for wiki for local testing of split servers

This commit is contained in:
David Ormsbee
2012-08-17 14:05:38 -04:00
parent 5300670076
commit 9806deee38

View File

@@ -61,6 +61,11 @@ http {
location /courses/MITx/6.002x/2012_Fall/ {
proxy_pass http://course_mitx_6002_2012_fall;
}
location ~ /courses/([^/]*)/([^/]*)/([^/]*)/(course_wiki|wiki) {
proxy_pass http://portal;
}
}
}