From 5aa026b6ecbb9f2dd1e2ffaf64a3dfa9f536f089 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Fri, 20 Jun 2014 16:01:16 +0200 Subject: [PATCH] Adapt url_cgi_path in cgi.cfg, so that icinga2-classic doesn't trigger csrf protection --- debian/classicui/cgi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/classicui/cgi.cfg b/debian/classicui/cgi.cfg index eb7316a2f..fae11513d 100644 --- a/debian/classicui/cgi.cfg +++ b/debian/classicui/cgi.cfg @@ -70,4 +70,5 @@ log_file=/var/log/icinga2/compat/icinga.log log_rotation_method=h log_archive_path=/var/log/icinga2/compat/archives date_format=us +url_cgi_path=/cgi-bin/icinga2-classicui # EOF