Can I create my own individual icinga html website?

Hi everyone,

I want to create an individual website on my icinga-website. Namely I want to make a CSV File about certain checks visible for everyone (so without login). I thought I could do it by writing inside /etc/httpd/conf.d/icingaweb2.conf a new line like:

<Directory “/usr/local/csv_export/”>
Options SymLinksIfOwnerMatch
AllowOverride None
Options Indexes MultiViews Includes

Order allow,deny

Allow from all
= 2.4>
# Forward PHP requests to FPM
SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1
<FilesMatch “.php$”>
SetHandler “proxy:fcgi://127.0.0.1:9000”
Document /csv-export/login.csv

But this doesnt seem to workout. I don't know exactly how to change here things, but what I saw is that my website doesn't change at all. Do I have to restart icingaweb? And how can I create an individual url for icinga without the classical appearance?