Open Boran opened 10 years ago
I might be an idea to ensure the Webui is always access via https to protect passwords.
Add the following to zabbix/php/.htaccess RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Perhaps add it to the cartridge by default?
I might be an idea to ensure the Webui is always access via https to protect passwords.
Add the following to zabbix/php/.htaccess RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Perhaps add it to the cartridge by default?