mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 00:48:21 +01:00
Don't recommend putting Phabricator on the main Directory directive
Summary: Fixes T5428. The rules are different under `<Directory />` and this is very rare, so don't make this harder than it needs to be. Test Plan: Read text. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5428 Differential Revision: https://secure.phabricator.com/D9646
This commit is contained in:
parent
a496d4aa42
commit
6844b61a05
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ is correctly configured.
|
|||
NOTE: The domain must contain a dot ('.'), i.e. not be just a bare name like
|
||||
'http://example/'. Some web browsers will not set cookies otherwise.
|
||||
|
||||
Now, either create a VirtualHost entry (to put Phabricator on a subdomain)
|
||||
or edit the Directory entry for the DocumentRoot. It should look something like
|
||||
Now create a VirtualHost entry for Phabricator. It should look something like
|
||||
this:
|
||||
|
||||
name=httpd.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue