# Change this to the domain which points to your host.
ServerName phab.{{external_hostname}}
ServerAlias phab.{{inventory_hostname}}
# Make sure you include "/webroot" at the end!
DocumentRoot {{phabroot}}/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
AllowOverride None
#Require all granted
# Apache 2.4
Require all granted
Order allow,deny
Allow from all