Page MenuHomePhabricator

multiple URLs for one instance
Closed, WontfixPublic

Description

can phabricator run under different URLs? and can the URL chosen may mapped to a project? we would like to have a single instance which manages project under different URLs which different permissions.

Event Timeline

hwinkel raised the priority of this task from to Needs Triage.
hwinkel updated the task description. (Show Details)
hwinkel added a project: Phabricator.
hwinkel added a subscriber: hwinkel.
epriestley claimed this task.

You can use phabricator.allowed-uris to map other URIs to the same install. These URIs can not represent specific projects, though. We are unlikely to ever implement URI-based access control because it can be trivially evaded (the client controls the "Host:" header used by the server to determine which URI was used to access an install).

You can follow T3820 for possible improvements on top-level separation of content. This isn't a use case we support well today.