Add apache/apache2.conf
This commit is contained in:
parent
926120023d
commit
06b5f141f0
1 changed files with 10 additions and 0 deletions
10
apache/apache2.conf
Normal file
10
apache/apache2.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
ServerName localhost
|
||||||
|
|
||||||
|
<Directory /var/www/>
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
Loading…
Reference in a new issue