Initial commit with Dockerfile, apache.conf, and docker-compose.yml
This commit is contained in:
7
apache.conf
Normal file
7
apache.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot /var/www/html/public
|
||||
<Directory /var/www/html/public>
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user