Page MenuHomeDevCentral

http://<Phabricator blog domain>/tag/<project> should redirect to Phabricator instance
Closed, ResolvedPublic

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to High.
dereckson updated the task description. (Show Details)
dereckson added a project: DevCentral.
dereckson added a subscriber: dereckson.

In /etc/nginx.conf on Dwellers:

location /tag/ {
    rewrite ^ http://devcentral.nasqueron.org$request_uri? redirect;
}