summarylogtreecommitdiffstats
path: root/apache.conf.example
blob: f78cca10949e38887185feadecfd11a866ff90cf (plain)
1
2
3
4
5
6
7
Alias /dolibarr "/usr/share/gestimag"
<Directory "/usr/share/gestimag/htdocs">
  DirectoryIndex index.html index.php
  AllowOverride All
  Options FollowSymlinks
  Require all granted
</Directory>