You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As described in #281 (comment) we added
<Directory "/var/www/html/admin">
Options FollowSymLinks Indexes
DirectoryIndex index.html
AllowOverride All
Order allow,deny
Allow from all
Options -MultiViews
RewriteEngine On
RewriteBase /admin
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]
</Directory>
to apache config for admin ui. By default jans-linux-setup disables mod_dir, thus apache can't start due to missing module. mod_dir should be enabled in case admin-ui is installed.
The text was updated successfully, but these errors were encountered:
Describe the bug
As described in #281 (comment) we added
to apache config for admin ui. By default jans-linux-setup disables
mod_dir
, thus apache can't start due to missing module.mod_dir
should be enabled in case admin-ui is installed.The text was updated successfully, but these errors were encountered: