HTTPS Apache2 configuration for zammad

Think this is Apache 2.4 change not zammad.

You need to modify directory tag under

/etc/apache2/apache2.conf
<Directory /opt/zammad/public>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>
1 Like