000-default.conf 372 B

123456789101112
  1. <Directory /home/www-data/phabricator/webroot>
  2. Require all granted
  3. </Directory>
  4. <VirtualHost *>
  5. DocumentRoot /home/www-data/phabricator/webroot
  6. RewriteEngine on
  7. RewriteRule ^/rsrc/(.*) - [L,QSA]
  8. RewriteRule ^/favicon.ico - [L,QSA]
  9. RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
  10. </VirtualHost>