Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
kku
/
laradock
/
apache2
/
sites
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/kku/laradock/apache2/sites/default.apache.conf
<VirtualHost *:80> ServerName laradock.test DocumentRoot /var/www/ Options Indexes FollowSymLinks <Directory "/var/www/"> AllowOverride All <IfVersion < 2.4> Allow from all </IfVersion> <IfVersion >= 2.4> Require all granted </IfVersion> </Directory> </VirtualHost>