summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorMartina Pietruschka2015-06-08 22:25:47 +0000
committerMartina Pietruschka2015-06-08 22:25:47 +0000
commit1b7a6d1c62b7c1ac40f27fbb2f36d9d24fb09059 (patch)
treee89162de9770c6d4e07b7ea807594a5d5f02c2b1 /apache.example.conf
downloadaur-1b7a6d1c62b7c1ac40f27fbb2f36d9d24fb09059.tar.gz
Initial import
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..3815e9844960
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,8 @@
+Alias /Microsoft-Server-ActiveSync /usr/share/webapps/z-push/index.php
+
+<Directory /usr/share/webapps/z-push/>
+ DirectoryIndex index.php
+ AllowOverride Options
+
+ Require all granted
+</Directory>