Page MenuHomePhabricator
Paste P1869

apache.conf
ActivePublic

Authored by epriestley on Oct 16 2015, 4:08 PM.
Tags
None
Referenced Files
F883698: apache.conf
Oct 16 2015, 4:08 PM
Subscribers
None
ServerTokens ProductOnly
ServerSignature Off
<Directory "/core/lib/phabricator/webroot">
Require all granted
</Directory>
<VirtualHost *>
DocumentRoot /core/lib/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
</VirtualHost>

Event Timeline

epriestley changed the title of this paste from untitled to apache.conf.
epriestley updated the paste's language from autodetect to autodetect.