mirror of https://github.com/k3s-io/k3s
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
<Directory /home/www-data/phabricator/webroot>
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<VirtualHost *>
|
|
DocumentRoot /home/www-data/phabricator/webroot
|
|
|
|
RewriteEngine on
|
|
RewriteRule ^/rsrc/(.*) - [L,QSA]
|
|
RewriteRule ^/favicon.ico - [L,QSA]
|
|
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
|
|
</VirtualHost>
|