Initial commit
This commit is contained in:
11
docker/apache.conf
Normal file
11
docker/apache.conf
Normal file
@ -0,0 +1,11 @@
|
||||
ServerName localhost
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin admin@localhost
|
||||
DocumentRoot /var/www/html/
|
||||
<Directory /var/www/html/>
|
||||
DirectoryIndex index.php
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user