Listen 8081
DocumentRoot /var/www/passbolt
RewriteEngine On
# Other directives here
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
DocumentRoot /var/www/passbolt
RewriteEngine On
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.crt
SSLCertificateKeyFile /etc/apache2/ssl/apache.key
SSLVerifyClient None
# Other directives here
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all