summarylogtreecommitdiffstats
path: root/apache.conf.example
diff options
context:
space:
mode:
authorCharles Brunet2015-06-08 11:59:39 -0400
committerCharles Brunet2015-06-08 12:01:36 -0400
commitc82d108c51cab839e6aa1fd1c287832b26505366 (patch)
treeda5c35cebdd185f202244cbe465772110b3ecf35 /apache.conf.example
downloadaur-c82d108c51cab839e6aa1fd1c287832b26505366.tar.gz
migration to AUR4
Diffstat (limited to 'apache.conf.example')
-rw-r--r--apache.conf.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache.conf.example b/apache.conf.example
new file mode 100644
index 000000000000..bfa8be4b34af
--- /dev/null
+++ b/apache.conf.example
@@ -0,0 +1,7 @@
+Alias /dolibarr "/usr/share/webapps/dolibarr"
+<Directory "/usr/share/webapps/dolibarr">
+ DirectoryIndex index.html index.php
+ AllowOverride All
+ Options FollowSymlinks
+ Require all granted
+</Directory>