Niclas Pechan

Results 1 issues of Niclas Pechan

Hi, to improve the user experience with the CheckMK instance, I would suggest the following Apache2 configurations: `/etc/apache2/sites-available/000-default.conf` ``` RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^/$ https://%{HTTP_HOST}/{cmk_site} [R=301,L] ``` `/etc/apache2/sites-available/default-ssl.conf`...