SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
<VirtualHost *:8001>
ServerName rack.test
DocumentRoot /vagrant/dev/rack.test/public
<Directory /vagrant/dev/rack.test/public>
Allow from all
Options -MultiViews
Require all granted
</Directory>
</VirtualHost>