Add proxy rule for wiki for local testing of split servers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user