summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
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>