mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-15 15:03:01 +01:00
12 lines
296 B
ApacheConf
12 lines
296 B
ApacheConf
|
<VirtualHost *:80>
|
||
|
DocumentRoot /var/www/ldapsaisie/src/public_html
|
||
|
|
||
|
<Directory /var/www/ldapsaisie/src/public_html>
|
||
|
Options -Indexes +FollowSymLinks
|
||
|
AllowOverride FileInfo
|
||
|
</Directory>
|
||
|
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
</VirtualHost>
|