append phabricator install playbook to gitlab-dev host playbook
This commit is contained in:
parent
2fe79b3f2d
commit
3295ad078a
3 changed files with 96 additions and 0 deletions
19
files/gitlab/phabricator-vhost.conf
Normal file
19
files/gitlab/phabricator-vhost.conf
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue