Marc van der Wal ec37d3b892 Premier jet fonctionnel et documenté
L’essentiel y est, y compris les instructions pour manipuler
l’infrastructure et comment suivre les scénarios.
2023-10-25 15:50:21 +02:00

18 lines
401 B
Plaintext

Listen 8225
<VirtualHost *:8225>
ServerName destinataire.example
DocumentRoot /var/www/roundcubemail/public_html/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/roundcubemail>
Options FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>