1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/z-push/apache.example.conf
Noel Kuntze 4815d28f6e testing/z-push: new aport
open-source implementation of the ActiveSync protocol
2021-08-05 18:47:18 +00:00

8 lines
204 B
Text

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>