Initial Commit
This commit is contained in:
11
docker/php/config/vhost/vhost.conf
Normal file
11
docker/php/config/vhost/vhost.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/html/web
|
||||
|
||||
SetEnv SYMFONY_ENV "dev"
|
||||
|
||||
<Directory /var/www/html/web>
|
||||
DirectoryIndex index.php
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user