Update FAQ authored by Robin's avatar Robin
......@@ -9,7 +9,7 @@ If you need different settings for emails (ports, protocols, etc.), you can:
- First, for Thunderbird disabling, remove the "autoconfig" CNAME for the domain
- For Outlook, customize your Apache's domain configuration:
````bash
````
Alias "/autodiscover" "/var/www/vhosts/DOMAIN.TLD/httpdocs/autodiscover"
Alias "/Autodiscover" "/var/www/vhosts/DOMAIN.TLD/httpdocs/autodiscover"
````
......
......