Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created June 28, 2022 09:18
Show Gist options
  • Save ovitente/6d56d25175694cb04939745e3c363db4 to your computer and use it in GitHub Desktop.
Save ovitente/6d56d25175694cb04939745e3c363db4 to your computer and use it in GitHub Desktop.
ServerName mail.domain.com
DocumentRoot /var/www/sendy
<Directory "/var/www/sendy">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment