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

9 lines
204 B
Plaintext

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>