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.
Description
Description
Event Timeline
Comment Actions
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.