mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
11 lines
296 B
ApacheConf
11 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>
|