Move app files out to app dirs

This commit is contained in:
Ricky Elrod 2013-03-28 19:32:21 +00:00
parent 54e6599a1b
commit 3808c37ac6
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,19 @@
NameVirtualHost *:80
<Directory "/srv">
Options All
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
ServerName {{domain}}
DocumentRoot /srv/www/facebook/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
SetEnv PHABRICATOR_ENV custom/myconfig
</VirtualHost>